Html Css Color HEX #8D7B76 Hurricane

📋 copy color: '#8D7B76'

red 141 ◦ green 123 ◦ blue 118

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

Shades of Hurricane #8D7B76

Tints of Hurricane #8D7B76

RGB

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

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

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

R = 36.91%
G = 32.2%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8D7B76 (or 0x8D7B76) is known color: Hurricane. HEX triplet: 8D, 7B and 76. RGB value is (141,123,118). Sum of RGB (Red+Green+Blue) = 141+123+118=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7B76 is #728489. Grayscale: #7F7F7F. Windows color (decimal): -7505034 or 7764877. OLE color: 7764877.

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

Color convert

RGB 141 123 118 -
CMYK 0 0.13 0.16 0.45
HSL 13.04º 0.09% 0.51% -
HSV(B) 13.04º 0.16% 0.55% -
XYZ 21.34 21.14 20.09 -
YUV 127.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 141 123 118 0 0.13 0.16 0.45 13.04 0.09 0.51
Hex 8D 7B 76 0 D 10 2D D 9 33
Octal 215 173 166 0 15 20 55 15 11 63
Binary 10001101 1111011 1110110 0 1101 10000 101101 1101 1001 110011

Color Harmonies of #8D7B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7B76

Black with #8D7B76

Text Example


Text Example

White with #8D7B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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