Html Css Color HEX #8D7E76 Hurricane

📋 copy color: '#8D7E76'

red 141 ◦ green 126 ◦ blue 118

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

Shades of Hurricane #8D7E76

Tints of Hurricane #8D7E76

RGB

 RED value IS 141 (55.47% from 255) = 36.62%

 GREEN value IS 126 (49.61% from 255) = 32.73%

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

R = 36.62%
G = 32.73%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8D7E76 (or 0x8D7E76) is known color: Hurricane. HEX triplet: 8D, 7E and 76. RGB value is (141,126,118). Sum of RGB (Red+Green+Blue) = 141+126+118=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7E76 is #728189. Grayscale: #818181. Windows color (decimal): -7504266 or 7765645. OLE color: 7765645.

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

Color convert

RGB 141 126 118 -
CMYK 0 0.11 0.16 0.45
HSL 20.87º 0.09% 0.51% -
HSV(B) 20.87º 0.16% 0.55% -
XYZ 21.72 21.89 20.22 -
YUV 129.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 141 126 118 0 0.11 0.16 0.45 20.87 0.09 0.51
Hex 8D 7E 76 0 B 10 2D 15 9 33
Octal 215 176 166 0 13 20 55 25 11 63
Binary 10001101 1111110 1110110 0 1011 10000 101101 10101 1001 110011

Color Harmonies of #8D7E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7E76

Black with #8D7E76

Text Example


Text Example

White with #8D7E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,126,118); }

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

background-color css

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

 a { background-color: rgb(141,126,118); }

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

border-color css

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

 span { border-color: rgb(141,126,118); }

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