#72697E

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

Shades of Mamba #72697E

Tints of Mamba #72697E

Color information

#72697E (or 0x72697E) is unknown color: approx Mamba. HEX triplet: 72, 69 and 7E. RGB value is (114,105,126). Sum of RGB (Red+Green+Blue) = 114+105+126=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 126 - color contains mainly: blue. Hex color #72697E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72697E is #8D9681. Grayscale: #6E6E6E. Windows color (decimal): -9279106 or 8284530. OLE color: 8284530.

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

Color convert

RGB114105126-
CMYK0.100.1700.51
HSL265.71º9.09%45.29%-
HSV(B)265.71º16.67%49.41%-
XYZ15.7615.1921.84-
YUV110.08136.98130.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=33.04%
G=30.43%
B=36.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141051260.100.1700.51265.719.0945.29
Hex72697EA1103310a92d
Octal16215117612210634121155
Binary11100101101001111111010101000101100111000010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72697E; }

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

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

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

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

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

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

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

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