Html Css Color HEX #857A75 Hurricane

📋 copy color: '#857A75'

red 133 ◦ green 122 ◦ blue 117

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

Shades of Hurricane #857A75

Tints of Hurricane #857A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 35.75%
G = 32.8%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#857A75 (or 0x857A75) is known color: Hurricane. HEX triplet: 85, 7A and 75. RGB value is (133,122,117). Sum of RGB (Red+Green+Blue) = 133+122+117=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #857A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A75 is #7A858A. Grayscale: #7C7C7C. Windows color (decimal): -8029579 or 7699077. OLE color: 7699077.

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

Color convert

RGB 133 122 117 -
CMYK 0 0.08 0.12 0.48
HSL 18.75º 0.06% 0.49% -
HSV(B) 18.75º 0.12% 0.52% -
XYZ 19.84 20.19 19.68 -
YUV 124.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 133 122 117 0 0.08 0.12 0.48 18.75 0.06 0.49
Hex 85 7A 75 0 8 C 30 13 6 31
Octal 205 172 165 0 10 14 60 23 6 61
Binary 10000101 1111010 1110101 0 1000 1100 110000 10011 110 110001

Color Harmonies of #857A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A75

Black with #857A75

Text Example


Text Example

White with #857A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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