#817284

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

Shades of Mamba #817284

Tints of Mamba #817284

Color information

#817284 (or 0x817284) is unknown color: approx Mamba. HEX triplet: 81, 72 and 84. RGB value is (129,114,132). Sum of RGB (Red+Green+Blue) = 129+114+132=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 132 - color contains mainly: blue. Hex color #817284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817284 is #7E8D7B. Grayscale: #787878. Windows color (decimal): -8293756 or 8680065. OLE color: 8680065.

HSL color Cylindrical-coordinate representation of color #817284: hue angle of 290º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #817284 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB129114132-
CMYK0.020.1400.48
HSL290º7.32%48.24%-
HSV(B)290º13.64%51.76%-
XYZ19.2418.3724.36-
YUV120.54134.47134.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=34.4%
G=30.4%
B=35.2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291141320.020.1400.482907.3248.24
Hex8172842E030122730
Octal201162204216060442760
Binary100000011110010100001001011100110000100100010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817284; }

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

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

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

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

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

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

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

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