#807288

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

Shades of Mamba #807288

Tints of Mamba #807288

Color information

#807288 (or 0x807288) is unknown color: approx Mamba. HEX triplet: 80, 72 and 88. RGB value is (128,114,136). Sum of RGB (Red+Green+Blue) = 128+114+136=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 136 - color contains mainly: blue. Hex color #807288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807288 is #7F8D77. Grayscale: #787878. Windows color (decimal): -8359288 or 8942208. OLE color: 8942208.

HSL color Cylindrical-coordinate representation of color #807288: hue angle of 278.18º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #807288 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB128114136-
CMYK0.060.1600.47
HSL278.18º8.8%49.02%-
HSV(B)278.18º16.18%53.33%-
XYZ19.3618.425.82-
YUV120.69136.64133.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 136 (53.52% from 255) = 35.98%
R=33.86%
G=30.16%
B=35.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281141360.060.1600.47278.188.849.02
Hex80728861002F116931
Octal2001622106200574261161
Binary100000001110010100010001101000001011111000101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807288; }

 p { color: rgb(128,114,136); }

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

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

 a { background-color: rgb(128,114,136); }

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

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

 span { border-color: rgb(128,114,136); }

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