Html Css Color HEX #857C76 Hurricane

📋 copy color: '#857C76'

red 133 ◦ green 124 ◦ blue 118

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

Shades of Hurricane #857C76

Tints of Hurricane #857C76

RGB

 RED value IS 133 (52.34% from 255) = 35.47%

 GREEN value IS 124 (48.83% from 255) = 33.07%

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

R = 35.47%
G = 33.07%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#857C76 (or 0x857C76) is known color: Hurricane. HEX triplet: 85, 7C and 76. RGB value is (133,124,118). Sum of RGB (Red+Green+Blue) = 133+124+118=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #857C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C76 is #7A8389. Grayscale: #7E7E7E. Windows color (decimal): -8029066 or 7765125. OLE color: 7765125.

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

Color convert

RGB 133 124 118 -
CMYK 0 0.07 0.11 0.48
HSL 24º 0.06% 0.49% -
HSV(B) 24º 0.11% 0.52% -
XYZ 20.15 20.71 20.07 -
YUV 126.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 133 124 118 0 0.07 0.11 0.48 24 0.06 0.49
Hex 85 7C 76 0 7 B 30 18 6 31
Octal 205 174 166 0 7 13 60 30 6 61
Binary 10000101 1111100 1110110 0 111 1011 110000 11000 110 110001

Color Harmonies of #857C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C76

Black with #857C76

Text Example


Text Example

White with #857C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857C76; }

 p { color: rgb(133,124,118); }

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

background-color css

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

 a { background-color: rgb(133,124,118); }

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

border-color css

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

 span { border-color: rgb(133,124,118); }

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