#81708A

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

Shades of Mamba #81708A

Tints of Mamba #81708A

Color information

#81708A (or 0x81708A) is unknown color: approx Mamba. HEX triplet: 81, 70 and 8A. RGB value is (129,112,138). Sum of RGB (Red+Green+Blue) = 129+112+138=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 138 - color contains mainly: blue. Hex color #81708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81708A is #7E8F75. Grayscale: #777777. Windows color (decimal): -8294262 or 9072769. OLE color: 9072769.

HSL color Cylindrical-coordinate representation of color #81708A: hue angle of 279.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81708A is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB129112138-
CMYK0.070.1900.46
HSL279.23º10.4%49.02%-
HSV(B)279.23º18.84%54.12%-
XYZ19.4318.0926.51-
YUV120.05138.13134.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=34.04%
G=29.55%
B=36.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291121380.070.1900.46279.2310.449.02
Hex81708A71302E117a31
Octal2011602127230564271261
Binary100000011110000100010101111001101011101000101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81708A; }

 p { color: rgb(129,112,138); }

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

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

 a { background-color: rgb(129,112,138); }

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

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

 span { border-color: rgb(129,112,138); }

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