#817289

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

Shades of Mamba #817289

Tints of Mamba #817289

Color information

#817289 (or 0x817289) is unknown color: approx Mamba. HEX triplet: 81, 72 and 89. RGB value is (129,114,137). Sum of RGB (Red+Green+Blue) = 129+114+137=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 137 - color contains mainly: blue. Hex color #817289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817289 is #7E8D76. Grayscale: #797979. Windows color (decimal): -8293751 or 9007745. OLE color: 9007745.

HSL color Cylindrical-coordinate representation of color #817289: hue angle of 279.13º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #817289 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB129114137-
CMYK0.060.1700.46
HSL279.13º9.16%49.22%-
HSV(B)279.13º16.79%53.73%-
XYZ19.5918.5126.21-
YUV121.11136.97133.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.95%
GREEN value IS 114 (44.92% from 255) = 30%
BLUE value IS 137 (53.91% from 255) = 36.05%
R=33.95%
G=30%
B=36.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291141370.060.1700.46279.139.1649.22
Hex81728961102E117931
Octal2011622116210564271161
Binary100000011110010100010011101000101011101000101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817289; }

 p { color: rgb(129,114,137); }

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

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

 a { background-color: rgb(129,114,137); }

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

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

 span { border-color: rgb(129,114,137); }

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