#807683

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

Shades of Mamba #807683

Tints of Mamba #807683

Color information

#807683 (or 0x807683) is unknown color: approx Mamba. HEX triplet: 80, 76 and 83. RGB value is (128,118,131). Sum of RGB (Red+Green+Blue) = 128+118+131=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 131 - color contains mainly: blue. Hex color #807683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807683 is #7F897C. Grayscale: #7A7A7A. Windows color (decimal): -8358269 or 8615552. OLE color: 8615552.

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

Color convert

RGB128118131-
CMYK0.020.1000.49
HSL286.15º5.22%48.82%-
HSV(B)286.15º9.92%51.37%-
XYZ19.4819.1824.15-
YUV122.47132.81131.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=33.95%
G=31.30%
B=34.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281181310.020.1000.49286.155.2248.82
Hex8076832A03111e531
Octal200166203212061436561
Binary100000001110110100000111010100110001100011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807683; }

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

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

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

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

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

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

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

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