#857788

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

Shades of Mamba #857788

Tints of Mamba #857788

Color information

#857788 (or 0x857788) is unknown color: approx Mamba. HEX triplet: 85, 77 and 88. RGB value is (133,119,136). Sum of RGB (Red+Green+Blue) = 133+119+136=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 136 - color contains mainly: blue. Hex color #857788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857788 is #7A8877. Grayscale: #7D7D7D. Windows color (decimal): -8030328 or 8943493. OLE color: 8943493.

HSL color Cylindrical-coordinate representation of color #857788: hue angle of 289.41º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #857788 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB133119136-
CMYK0.020.1200.47
HSL289.41º6.67%50%-
HSV(B)289.41º12.5%53.33%-
XYZ20.7119.9626.05-
YUV125.12134.14133.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.28%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 136 (53.52% from 255) = 35.05%
R=34.28%
G=30.67%
B=35.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331191360.020.1200.47289.416.6750
Hex8577882C02F121732
Octal205167210214057441762
Binary100001011110111100010001011000101111100100001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857788; }

 p { color: rgb(133,119,136); }

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

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

 a { background-color: rgb(133,119,136); }

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

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

 span { border-color: rgb(133,119,136); }

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