#725E84

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

Shades of Mamba #725E84

Tints of Mamba #725E84

Color information

#725E84 (or 0x725E84) is unknown color: approx Mamba. HEX triplet: 72, 5E and 84. RGB value is (114,94,132). Sum of RGB (Red+Green+Blue) = 114+94+132=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #725E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725E84 is #8DA17B. Grayscale: #686868. Windows color (decimal): -9281916 or 8674930. OLE color: 8674930.

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

Color convert

RGB11494132-
CMYK0.140.2900.48
HSL271.58º16.81%44.31%-
HSV(B)271.58º28.79%51.76%-
XYZ15.1113.2523.59-
YUV104.31143.63134.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 94 (37.11% from 255) = 27.65%
BLUE value IS 132 (51.95% from 255) = 38.82%
R=33.53%
G=27.65%
B=38.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114941320.140.2900.48271.5816.8144.31
Hex725E84E1D030110112c
Octal16213620416350604202154
Binary1110010101111010000100111011101011000010001000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725E84; }

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

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

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

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

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

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

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

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