Html Css Color HEX #837976 Hurricane

📋 copy color: '#837976'

red 131 ◦ green 121 ◦ blue 118

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

Shades of Hurricane #837976

Tints of Hurricane #837976

RGB

 RED value IS 131 (51.56% from 255) = 35.41%

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

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

R = 35.41%
G = 32.7%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#837976 (or 0x837976) is known color: Hurricane. HEX triplet: 83, 79 and 76. RGB value is (131,121,118). Sum of RGB (Red+Green+Blue) = 131+121+118=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #837976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837976 is #7C8689. Grayscale: #7B7B7B. Windows color (decimal): -8160906 or 7764355. OLE color: 7764355.

HSL color Cylindrical-coordinate representation of color #837976: hue angle of 13.85º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #837976 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 121 118 -
CMYK 0 0.08 0.10 0.49
HSL 13.85º 0.05% 0.49% -
HSV(B) 13.85º 0.1% 0.51% -
XYZ 19.47 19.81 19.94 -
YUV 123.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 131 121 118 0 0.08 0.10 0.49 13.85 0.05 0.49
Hex 83 79 76 0 8 A 31 E 5 31
Octal 203 171 166 0 10 12 61 16 5 61
Binary 10000011 1111001 1110110 0 1000 1010 110001 1110 101 110001

Color Harmonies of #837976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837976

Black with #837976

Text Example


Text Example

White with #837976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837976; }

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

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

background-color css

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

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

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

border-color css

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

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

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