Html Css Color HEX #837974 Hurricane

📋 copy color: '#837974'

red 131 ◦ green 121 ◦ blue 116

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

Shades of Hurricane #837974

Tints of Hurricane #837974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.52%

R = 35.6%
G = 32.88%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#837974 (or 0x837974) is known color: Hurricane. HEX triplet: 83, 79 and 74. RGB value is (131,121,116). Sum of RGB (Red+Green+Blue) = 131+121+116=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 131 - color contains mainly: red. Hex color #837974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837974 is #7C868B. Grayscale: #7B7B7B. Windows color (decimal): -8160908 or 7633283. OLE color: 7633283.

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

Color convert

RGB 131 121 116 -
CMYK 0 0.08 0.11 0.49
HSL 20º 0.06% 0.48% -
HSV(B) 20º 0.11% 0.51% -
XYZ 19.35 19.76 19.32 -
YUV 123.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 131 121 116 0 0.08 0.11 0.49 20 0.06 0.48
Hex 83 79 74 0 8 B 31 14 6 30
Octal 203 171 164 0 10 13 61 24 6 60
Binary 10000011 1111001 1110100 0 1000 1011 110001 10100 110 110000

Color Harmonies of #837974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837974

Black with #837974

Text Example


Text Example

White with #837974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837974; }

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

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

background-color css

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

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

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

border-color css

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

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

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