#726681

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

Shades of Mamba #726681

Tints of Mamba #726681

Color information

#726681 (or 0x726681) is unknown color: approx Mamba. HEX triplet: 72, 66 and 81. RGB value is (114,102,129). Sum of RGB (Red+Green+Blue) = 114+102+129=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 129 - color contains mainly: blue. Hex color #726681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726681 is #8D997E. Grayscale: #6C6C6C. Windows color (decimal): -9279871 or 8480370. OLE color: 8480370.

HSL color Cylindrical-coordinate representation of color #726681: hue angle of 266.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #726681 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB114102129-
CMYK0.120.2100.49
HSL266.67º11.69%45.29%-
HSV(B)266.67º20.93%50.59%-
XYZ15.6514.6722.77-
YUV108.67139.48131.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 129 (50.78% from 255) = 37.39%
R=33.04%
G=29.57%
B=37.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141021290.120.2100.49266.6711.6945.29
Hex726681C1503110bc2d
Octal16214620114250614131455
Binary111001011001101000000111001010101100011000010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726681; }

 p { color: rgb(114,102,129); }

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

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

 a { background-color: rgb(114,102,129); }

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

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

 span { border-color: rgb(114,102,129); }

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