Html Css Color HEX #857A76 Hurricane

📋 copy color: '#857A76'

red 133 ◦ green 122 ◦ blue 118

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

Shades of Hurricane #857A76

Tints of Hurricane #857A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.71%

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

R = 35.66%
G = 32.71%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#857A76 (or 0x857A76) is known color: Hurricane. HEX triplet: 85, 7A and 76. RGB value is (133,122,118). Sum of RGB (Red+Green+Blue) = 133+122+118=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 133 - color contains mainly: red. Hex color #857A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A76 is #7A8589. Grayscale: #7C7C7C. Windows color (decimal): -8029578 or 7764613. OLE color: 7764613.

HSL color Cylindrical-coordinate representation of color #857A76: hue angle of 16º 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 #857A76 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 122 118 -
CMYK 0 0.08 0.11 0.48
HSL 16º 0.06% 0.49% -
HSV(B) 16º 0.11% 0.52% -
XYZ 19.9 20.21 19.99 -
YUV 124.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 133 122 118 0 0.08 0.11 0.48 16 0.06 0.49
Hex 85 7A 76 0 8 B 30 10 6 31
Octal 205 172 166 0 10 13 60 20 6 61
Binary 10000101 1111010 1110110 0 1000 1011 110000 10000 110 110001

Color Harmonies of #857A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A76

Black with #857A76

Text Example


Text Example

White with #857A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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