#857C87

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

Shades of Mamba #857C87

Tints of Mamba #857C87

Color information

#857C87 (or 0x857C87) is unknown color: approx Mamba. HEX triplet: 85, 7C and 87. RGB value is (133,124,135). Sum of RGB (Red+Green+Blue) = 133+124+135=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 135 - color contains mainly: blue. Hex color #857C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C87 is #7A8378. Grayscale: #7F7F7F. Windows color (decimal): -8029049 or 8879237. OLE color: 8879237.

HSL color Cylindrical-coordinate representation of color #857C87: hue angle of 289.09º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #857C87 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB133124135-
CMYK0.010.0800.47
HSL289.09º4.38%50.78%-
HSV(B)289.09º8.15%52.94%-
XYZ21.2521.1525.88-
YUV127.94131.98131.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 124 (48.83% from 255) = 31.63%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=33.93%
G=31.63%
B=34.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331241350.010.0800.47289.094.3850.78
Hex857C871802F121433
Octal205174207110057441463
Binary10000101111110010000111110000101111100100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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