#84728B

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

Shades of Mamba #84728B

Tints of Mamba #84728B

Color information

#84728B (or 0x84728B) is unknown color: approx Mamba. HEX triplet: 84, 72 and 8B. RGB value is (132,114,139). Sum of RGB (Red+Green+Blue) = 132+114+139=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #84728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84728B is #7B8D74. Grayscale: #7A7A7A. Windows color (decimal): -8097141 or 9138820. OLE color: 9138820.

HSL color Cylindrical-coordinate representation of color #84728B: hue angle of 283.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84728B is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132114139-
CMYK0.050.1800.45
HSL283.2º9.88%49.61%-
HSV(B)283.2º17.99%54.51%-
XYZ20.1918.826.99-
YUV122.23137.46134.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=34.29%
G=29.61%
B=36.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321141390.050.1800.45283.29.8849.61
Hex84728B51202D11ba32
Octal2041622135220554331262
Binary100001001110010100010111011001001011011000110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84728B; }

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

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

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

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

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

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

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

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