#816C8C

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

Shades of Mamba #816C8C

Tints of Mamba #816C8C

Color information

#816C8C (or 0x816C8C) is unknown color: approx Mamba. HEX triplet: 81, 6C and 8C. RGB value is (129,108,140). Sum of RGB (Red+Green+Blue) = 129+108+140=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #816C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816C8C is #7E9373. Grayscale: #757575. Windows color (decimal): -8295284 or 9202817. OLE color: 9202817.

HSL color Cylindrical-coordinate representation of color #816C8C: hue angle of 279.38º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #816C8C is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB129108140-
CMYK0.080.2300.45
HSL279.38º12.9%48.63%-
HSV(B)279.38º22.86%54.9%-
XYZ19.1517.2927.14-
YUV117.93140.46135.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=34.22%
G=28.65%
B=37.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291081400.080.2300.45279.3812.948.63
Hex816C8C81702D117d31
Octal20115421410270554271561
Binary1000000111011001000110010001011101011011000101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816C8C; }

 p { color: rgb(129,108,140); }

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

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

 a { background-color: rgb(129,108,140); }

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

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

 span { border-color: rgb(129,108,140); }

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