#857D7B

Color #857D7B Hurricane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hurricane #857D7B

Tints of Hurricane #857D7B

Color information

#857D7B (or 0x857D7B) is unknown color: approx Hurricane. HEX triplet: 85, 7D and 7B. RGB value is (133,125,123). Sum of RGB (Red+Green+Blue) = 133+125+123=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #857D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D7B is #7A8284. Grayscale: #7F7F7F. Windows color (decimal): -8028805 or 8093061. OLE color: 8093061.

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

Color convert

RGB133125123-
CMYK00.060.080.48
HSL12º3.94%50.2%-
HSV(B)12º7.52%52.16%-
XYZ20.5821.0821.72-
YUV127.16125.65132.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 123 (48.44% from 255) = 32.28%
R=34.91%
G=32.81%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312512300.060.080.48123.9450.2
Hex857D7B06830c432
Octal20517517306106014462
Binary1000010111111011111011011010001100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,125,123); }

 H1.HeaderClassName
 {
   color: #857D7B;
 }
 .AnyTagClassName
 {
   color: #857D7B;
 }
</style>
background-color css

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

 a { background-color: rgb(133,125,123); }

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

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

 span { border-color: rgb(133,125,123); }

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