#807487

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

Shades of Mamba #807487

Tints of Mamba #807487

Color information

#807487 (or 0x807487) is unknown color: approx Mamba. HEX triplet: 80, 74 and 87. RGB value is (128,116,135). Sum of RGB (Red+Green+Blue) = 128+116+135=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 135 - color contains mainly: blue. Hex color #807487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807487 is #7F8B78. Grayscale: #797979. Windows color (decimal): -8358777 or 8877184. OLE color: 8877184.

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

Color convert

RGB128116135-
CMYK0.050.1400.47
HSL277.89º7.57%49.22%-
HSV(B)277.89º14.07%52.94%-
XYZ19.5218.8325.53-
YUV121.75135.48132.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 135 (53.12% from 255) = 35.62%
R=33.77%
G=30.61%
B=35.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281161350.050.1400.47277.897.5749.22
Hex8074875E02F116831
Octal2001642075160574261061
Binary10000000111010010000111101111001011111000101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807487; }

 p { color: rgb(128,116,135); }

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

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

 a { background-color: rgb(128,116,135); }

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

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

 span { border-color: rgb(128,116,135); }

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