#84708D

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

Shades of Mamba #84708D

Tints of Mamba #84708D

Color information

#84708D (or 0x84708D) is unknown color: approx Mamba. HEX triplet: 84, 70 and 8D. RGB value is (132,112,141). Sum of RGB (Red+Green+Blue) = 132+112+141=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #84708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84708D is #7B8F72. Grayscale: #797979. Windows color (decimal): -8097651 or 9269380. OLE color: 9269380.

HSL color Cylindrical-coordinate representation of color #84708D: hue angle of 281.38º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84708D is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132112141-
CMYK0.060.2100.45
HSL281.38º11.46%49.61%-
HSV(B)281.38º20.57%55.29%-
XYZ20.1218.4227.69-
YUV121.29139.13135.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=34.29%
G=29.09%
B=36.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321121410.060.2100.45281.3811.4649.61
Hex84708D61502D119b32
Octal2041602156250554311362
Binary100001001110000100011011101010101011011000110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84708D; }

 p { color: rgb(132,112,141); }

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

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

 a { background-color: rgb(132,112,141); }

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

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

 span { border-color: rgb(132,112,141); }

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