#726879

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

Shades of Mamba #726879

Tints of Mamba #726879

Color information

#726879 (or 0x726879) is unknown color: approx Mamba. HEX triplet: 72, 68 and 79. RGB value is (114,104,121). Sum of RGB (Red+Green+Blue) = 114+104+121=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 121 - color contains mainly: blue. Hex color #726879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726879 is #8D9786. Grayscale: #6C6C6C. Windows color (decimal): -9279367 or 7956594. OLE color: 7956594.

HSL color Cylindrical-coordinate representation of color #726879: hue angle of 275.29º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #726879 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB114104121-
CMYK0.060.1400.53
HSL275.29º7.56%44.12%-
HSV(B)275.29º14.05%47.45%-
XYZ15.3414.8620.15-
YUV108.93134.81131.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=33.63%
G=30.68%
B=35.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141041210.060.1400.53275.297.5644.12
Hex7268796E03511382c
Octal1621501716160654231054
Binary111001011010001111001110111001101011000100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726879; }

 p { color: rgb(114,104,121); }

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

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

 a { background-color: rgb(114,104,121); }

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

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

 span { border-color: rgb(114,104,121); }

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