Html Css Color HEX #8C7B76 Hurricane

📋 copy color: '#8C7B76'

red 140 ◦ green 123 ◦ blue 118

#8C7B76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hurricane #8C7B76

Tints of Hurricane #8C7B76

RGB

 RED value IS 140 (55.08% from 255) = 36.75%

 GREEN value IS 123 (48.44% from 255) = 32.28%

 BLUE value IS 118 (46.48% from 255) = 30.97%

R = 36.75%
G = 32.28%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8C7B76 (or 0x8C7B76) is known color: Hurricane. HEX triplet: 8C, 7B and 76. RGB value is (140,123,118). Sum of RGB (Red+Green+Blue) = 140+123+118=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7B76 is #738489. Grayscale: #7F7F7F. Windows color (decimal): -7570570 or 7764876. OLE color: 7764876.

HSL color Cylindrical-coordinate representation of color #8C7B76: hue angle of 13.64º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C7B76 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 123 118 -
CMYK 0 0.12 0.16 0.45
HSL 13.64º 0.09% 0.51% -
HSV(B) 13.64º 0.16% 0.55% -
XYZ 21.17 21.05 20.09 -
YUV 127.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 140 123 118 0 0.12 0.16 0.45 13.64 0.09 0.51
Hex 8C 7B 76 0 C 10 2D E 9 33
Octal 214 173 166 0 14 20 55 16 11 63
Binary 10001100 1111011 1110110 0 1100 10000 101101 1110 1001 110011

Color Harmonies of #8C7B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7B76

Black with #8C7B76

Text Example


Text Example

White with #8C7B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C7B76; }

 p { color: rgb(140,123,118); }

 H1.HeaderClassName
 {
   color: #8C7B76;
 }
 .AnyTagClassName
 {
   color: #8C7B76;
 }
</style>

background-color css

<style>
 a { background-color: #8C7B76; }

 a { background-color: rgb(140,123,118); }

 div.DivClassName
 {
   background-color: #8C7B76;
 }
 .BgClassName
 {
   background-color: #8C7B76;
 }
</style>

border-color css

<style>
 span { border-color: #8C7B76; }

 span { border-color: rgb(140,123,118); }

 td.TdClassName
 {
   border-color: #8C7B76;
 }
 .TagClassName
 {
   border-color: #8C7B76;
 }
</style>