#857F7B

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

Shades of Hurricane #857F7B

Tints of Hurricane #857F7B

Color information

#857F7B (or 0x857F7B) is unknown color: approx Hurricane. HEX triplet: 85, 7F and 7B. RGB value is (133,127,123). Sum of RGB (Red+Green+Blue) = 133+127+123=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #857F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F7B is #7A8084. Grayscale: #808080. Windows color (decimal): -8028293 or 8093573. OLE color: 8093573.

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

Color convert

RGB133127123-
CMYK00.050.080.48
HSL24º3.94%50.2%-
HSV(B)24º7.52%52.16%-
XYZ20.8421.621.81-
YUV128.34124.99131.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=34.73%
G=33.16%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312712300.050.080.48243.9450.2
Hex857F7B0583018432
Octal20517717305106030462
Binary10000101111111111110110101100011000011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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