#817187

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

Shades of Mamba #817187

Tints of Mamba #817187

Color information

#817187 (or 0x817187) is unknown color: approx Mamba. HEX triplet: 81, 71 and 87. RGB value is (129,113,135). Sum of RGB (Red+Green+Blue) = 129+113+135=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 135 - color contains mainly: blue. Hex color #817187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817187 is #7E8E78. Grayscale: #787878. Windows color (decimal): -8294009 or 8876417. OLE color: 8876417.

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

Color convert

RGB129113135-
CMYK0.040.1600.47
HSL283.64º8.87%48.63%-
HSV(B)283.64º16.3%52.94%-
XYZ19.3318.2325.42-
YUV120.29136.3134.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 135 (53.12% from 255) = 35.81%
R=34.22%
G=29.97%
B=35.81%

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
Decimal1291131350.040.1600.47283.648.8748.63
Hex81718741002F11c931
Octal2011612074200574341161
Binary100000011110001100001111001000001011111000111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817187; }

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

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

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

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

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

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

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

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