#807883

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

Shades of Mamba #807883

Tints of Mamba #807883

Color information

#807883 (or 0x807883) is unknown color: approx Mamba. HEX triplet: 80, 78 and 83. RGB value is (128,120,131). Sum of RGB (Red+Green+Blue) = 128+120+131=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 131 - color contains mainly: blue. Hex color #807883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807883 is #7F877C. Grayscale: #7B7B7B. Windows color (decimal): -8357757 or 8616064. OLE color: 8616064.

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

Color convert

RGB128120131-
CMYK0.020.0800.49
HSL283.64º4.38%49.22%-
HSV(B)283.64º8.4%51.37%-
XYZ19.7219.6624.23-
YUV123.65132.15131.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=33.77%
G=31.66%
B=34.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281201310.020.0800.49283.644.3849.22
Hex8078832803111c431
Octal200170203210061434461
Binary100000001111000100000111010000110001100011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807883; }

 p { color: rgb(128,120,131); }

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

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

 a { background-color: rgb(128,120,131); }

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

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

 span { border-color: rgb(128,120,131); }

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