#817984

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

Shades of Mamba #817984

Tints of Mamba #817984

Color information

#817984 (or 0x817984) is unknown color: approx Mamba. HEX triplet: 81, 79 and 84. RGB value is (129,121,132). Sum of RGB (Red+Green+Blue) = 129+121+132=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 132 - color contains mainly: blue. Hex color #817984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817984 is #7E867B. Grayscale: #7C7C7C. Windows color (decimal): -8291964 or 8681857. OLE color: 8681857.

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

Color convert

RGB129121132-
CMYK0.020.0800.48
HSL283.64º4.35%49.61%-
HSV(B)283.64º8.33%51.76%-
XYZ20.0620.0124.63-
YUV124.65132.15131.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=33.77%
G=31.68%
B=34.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291211320.020.0800.48283.644.3549.61
Hex8179842803011c432
Octal201171204210060434462
Binary100000011111001100001001010000110000100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817984; }

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

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

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

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

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

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

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

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