Html Css Color HEX #867976 Hurricane

📋 copy color: '#867976'

red 134 ◦ green 121 ◦ blue 118

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

Shades of Hurricane #867976

Tints of Hurricane #867976

RGB

 RED value IS 134 (52.73% from 255) = 35.92%

 GREEN value IS 121 (47.66% from 255) = 32.44%

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

R = 35.92%
G = 32.44%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#867976 (or 0x867976) is known color: Hurricane. HEX triplet: 86, 79 and 76. RGB value is (134,121,118). Sum of RGB (Red+Green+Blue) = 134+121+118=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #867976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867976 is #798689. Grayscale: #7C7C7C. Windows color (decimal): -7964298 or 7764358. OLE color: 7764358.

HSL color Cylindrical-coordinate representation of color #867976: hue angle of 11.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #867976 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 121 118 -
CMYK 0 0.10 0.12 0.47
HSL 11.25º 0.06% 0.49% -
HSV(B) 11.25º 0.12% 0.53% -
XYZ 19.94 20.05 19.96 -
YUV 124.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 134 121 118 0 0.10 0.12 0.47 11.25 0.06 0.49
Hex 86 79 76 0 A C 2F B 6 31
Octal 206 171 166 0 12 14 57 13 6 61
Binary 10000110 1111001 1110110 0 1010 1100 101111 1011 110 110001

Color Harmonies of #867976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867976

Black with #867976

Text Example


Text Example

White with #867976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867976; }

 p { color: rgb(134,121,118); }

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

background-color css

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

 a { background-color: rgb(134,121,118); }

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

border-color css

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

 span { border-color: rgb(134,121,118); }

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