COLOR #755E0F

HEX: #755E0F RGB: (117,94,15)

Color info

#755E0F contains mainly red and green colors. Web safe color of #755E0F is #666600 (or #660).

RGB color model

#755E0F color RGB value is (117,94,15).

RGB: (117,94,15) (46%, 37%, 6%)

RGB channels and saturation

R 117 of 255 = 46%
G 94 of 255 = 37%
B 15 of 255 = 6%

117
94
15

R + G + B ~ 30%. #755E0F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 94 + 15 = 226 (100%)
R 117 of 226 ~ 51.77%
G 94 of 226 ~ 41.59%
B 15 of 226 ~ 6.64'%

%51.77
%41.59

CMYK color model

#755E0F color CMYK value is (0,20,87,54).

  • cyan value is 0.00%
  • magenta value is 19.66%
  • yellow value is 87.18%
  • key color value is 54.12%
CMYK: (0,20,87,54) C0M20Y87K54 (0%,20%,87%,54%) (0.00/0.20/0.87/0.54) 

CMYK percentages

%0
%19.66
%87.18
%54.12

Codes

Color #755E0F in popluar color models

75 5E 0F
RGB 117 94 15
HSL 46° 77.27% 25.88%
HSB/HSV 46° 87.18% 45.88%
CMYK 0.00% 19.66% 87.18%
54.12%

Color #755E0F in popluar number systems.

HEX 75 5E 0F
Decimal 117 94 15
Binary 1110101 1011110 1111
Octal 165 136 17

Shades and tints

Shades of #755E0F

#755E0F
(117,94,15)
#6B560E
(107,86,14)
#614E0D
(97,78,13)
#57460C
(87,70,12)
#4D3E0B
(77,62,11)
#43360A
(67,54,10)
#392E09
(57,46,9)
#2F2608
(47,38,8)
#251E07
(37,30,7)
#1B1606
(27,22,6)
#110E05
(17,14,5)
#000000
(0,0,0)

Tints of #755E0F

#755E0F
(117,94,15)
#816C24
(129,108,36)
#8D7A39
(141,122,57)
#99884E
(153,136,78)
#A59663
(165,150,99)
#B1A478
(177,164,120)
#BDB28D
(189,178,141)
#C9C0A2
(201,192,162)
#D5CEB7
(213,206,183)
#E1DCCC
(225,220,204)
#EDEAE1
(237,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755E0F color. Also use rgb(117,94,15) instead hex code.

Text Font Color

.myTextColor { color: #755E0F; }

<p style="color:#755E0F">This sample text font color is #755E0F.</p>

This text font color is #755E0F.

Background Color

.myBgColor { background-color: #755E0F; }

<div style="background-color:#755E0F">Inner text</div>

This div background color is #755E0F.

Border color

.myBorderColor { border: 1px solid #755E0F; }

<div style="border:3px solid #755E0F">Div</div>

This div border color is #755E0F.

Opacity

.myOpacity80 { color: #755E0F; opacity: 0.8; }

<p style="color:#755E0F;opacity:0.8;">80%</p>

Text with #755E0F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #755E0F;}

<p style="text-shadow: 3px 3px 1px #755E0F">Text here.</p>

This text has shadow with #755E0F color.


.textShadow {text-shadow: 3px 3px 1px #755E0F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #755E0F, 5px 5px 20px red">Text here.</p>

This text has shadow with #755E0F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#755E0F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#755E0F, Direction=45, Strength=4)">Text</p>

This text has shadow with #755E0F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #755E0F;
-webkit-box-shadow: 1px 1px 3px 2px #755E0F;
box-shadow: 1px 1px 3px 2px #755E0F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #755E0F; -webkit-box-shadow: 1px 1px 3px 2px #755E0F; box-shadow:1px 1px 3px 2px #755E0F;">
Div content here
</div>

This div box has shadow with color #755E0F.

Preview

Color preview on black background

This text has color #755E0F on black background.


Color preview on white background

This text has color #755E0F on white background.


Black color preview on #755E0F background

This text has black color on #755E0F background.


White color preview on #755E0F background

This text has white color on #755E0F background.


Related colors

Complementary color

Complementary color for #hex is #8AA1F0.


I love getcolorcode.com

Triadic colors

1 #0F755E and #5E0F75 with #755E0F are triadic colors.

2 #0F5E75 and #5E750F with #755E0F are triadic colors.