Html Css Color HEX #8D8077 Hurricane

📋 copy color: '#8D8077'

red 141 ◦ green 128 ◦ blue 119

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

Shades of Hurricane #8D8077

Tints of Hurricane #8D8077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.99%

 BLUE value IS 119 (46.88% from 255) = 30.67%

R = 36.34%
G = 32.99%
B = 30.67%

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

#8D8077 (or 0x8D8077) is known color: Hurricane. HEX triplet: 8D, 80 and 77. RGB value is (141,128,119). Sum of RGB (Red+Green+Blue) = 141+128+119=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8077 is #727F88. Grayscale: #828282. Windows color (decimal): -7503753 or 7831693. OLE color: 7831693.

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

Color convert

RGB 141 128 119 -
CMYK 0 0.09 0.16 0.45
HSL 24.55º 0.09% 0.51% -
HSV(B) 24.55º 0.16% 0.55% -
XYZ 22.03 22.43 20.62 -
YUV 130.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 141 128 119 0 0.09 0.16 0.45 24.55 0.09 0.51
Hex 8D 80 77 0 9 10 2D 19 9 33
Octal 215 200 167 0 11 20 55 31 11 63
Binary 10001101 10000000 1110111 0 1001 10000 101101 11001 1001 110011

Color Harmonies of #8D8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8077

Black with #8D8077

Text Example


Text Example

White with #8D8077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,128,119); }

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

background-color css

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

 a { background-color: rgb(141,128,119); }

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

border-color css

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

 span { border-color: rgb(141,128,119); }

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