#726977

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

Shades of Mamba #726977

Tints of Mamba #726977

Color information

#726977 (or 0x726977) is unknown color: approx Mamba. HEX triplet: 72, 69 and 77. RGB value is (114,105,119). Sum of RGB (Red+Green+Blue) = 114+105+119=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 119 - color contains mainly: blue. Hex color #726977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726977 is #8D9688. Grayscale: #6D6D6D. Windows color (decimal): -9279113 or 7825778. OLE color: 7825778.

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

Color convert

RGB114105119-
CMYK0.040.1200.53
HSL278.57º6.25%43.92%-
HSV(B)278.57º11.76%46.67%-
XYZ15.3215.0119.54-
YUV109.29133.48131.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 119 (46.88% from 255) = 35.21%
R=33.73%
G=31.07%
B=35.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141051190.040.1200.53278.576.2543.92
Hex7269774C03511762c
Octal162151167414065427654
Binary11100101101001111011110011000110101100010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726977; }

 p { color: rgb(114,105,119); }

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

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

 a { background-color: rgb(114,105,119); }

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

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

 span { border-color: rgb(114,105,119); }

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