Html Css Color HEX #8C7F76 Hurricane

📋 copy color: '#8C7F76'

red 140 ◦ green 127 ◦ blue 118

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

Shades of Hurricane #8C7F76

Tints of Hurricane #8C7F76

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

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

R = 36.36%
G = 32.99%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C7F76 (or 0x8C7F76) is known color: Hurricane. HEX triplet: 8C, 7F and 76. RGB value is (140,127,118). Sum of RGB (Red+Green+Blue) = 140+127+118=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7F76 is #738089. Grayscale: #818181. Windows color (decimal): -7569546 or 7765900. OLE color: 7765900.

HSL color Cylindrical-coordinate representation of color #8C7F76: hue angle of 24.55º 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 #8C7F76 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 127 118 -
CMYK 0 0.09 0.16 0.45
HSL 24.55º 0.09% 0.51% -
HSV(B) 24.55º 0.16% 0.55% -
XYZ 21.67 22.06 20.26 -
YUV 129.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 140 127 118 0 0.09 0.16 0.45 24.55 0.09 0.51
Hex 8C 7F 76 0 9 10 2D 19 9 33
Octal 214 177 166 0 11 20 55 31 11 63
Binary 10001100 1111111 1110110 0 1001 10000 101101 11001 1001 110011

Color Harmonies of #8C7F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7F76

Black with #8C7F76

Text Example


Text Example

White with #8C7F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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