#807285

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

Shades of Mamba #807285

Tints of Mamba #807285

Color information

#807285 (or 0x807285) is unknown color: approx Mamba. HEX triplet: 80, 72 and 85. RGB value is (128,114,133). Sum of RGB (Red+Green+Blue) = 128+114+133=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 133 - color contains mainly: blue. Hex color #807285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807285 is #7F8D7A. Grayscale: #787878. Windows color (decimal): -8359291 or 8745600. OLE color: 8745600.

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

Color convert

RGB128114133-
CMYK0.040.1400.48
HSL284.21º7.69%48.43%-
HSV(B)284.21º14.29%52.16%-
XYZ19.1518.3224.72-
YUV120.35135.14133.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.13%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=34.13%
G=30.4%
B=35.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281141330.040.1400.48284.217.6948.43
Hex8072854E03011c830
Octal2001622054160604341060
Binary10000000111001010000101100111001100001000111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807285; }

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

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

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

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

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

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

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

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