#817186

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

Shades of Mamba #817186

Tints of Mamba #817186

Color information

#817186 (or 0x817186) is unknown color: approx Mamba. HEX triplet: 81, 71 and 86. RGB value is (129,113,134). Sum of RGB (Red+Green+Blue) = 129+113+134=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 134 - color contains mainly: blue. Hex color #817186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817186 is #7E8E79. Grayscale: #787878. Windows color (decimal): -8294010 or 8810881. OLE color: 8810881.

HSL color Cylindrical-coordinate representation of color #817186: hue angle of 285.71º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #817186 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB129113134-
CMYK0.040.1600.47
HSL285.71º8.5%48.43%-
HSV(B)285.71º15.67%52.55%-
XYZ19.2618.225.05-
YUV120.18135.8134.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.31%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 134 (52.73% from 255) = 35.64%
R=34.31%
G=30.05%
B=35.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291131340.040.1600.47285.718.548.43
Hex81718641002F11e930
Octal2011612064200574361160
Binary100000011110001100001101001000001011111000111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817186; }

 p { color: rgb(129,113,134); }

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

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

 a { background-color: rgb(129,113,134); }

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

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

 span { border-color: rgb(129,113,134); }

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