#72657E

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

Shades of Mamba #72657E

Tints of Mamba #72657E

Color information

#72657E (or 0x72657E) is unknown color: approx Mamba. HEX triplet: 72, 65 and 7E. RGB value is (114,101,126). Sum of RGB (Red+Green+Blue) = 114+101+126=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 126 - color contains mainly: blue. Hex color #72657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72657E is #8D9A81. Grayscale: #6B6B6B. Windows color (decimal): -9280130 or 8283506. OLE color: 8283506.

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

Color convert

RGB114101126-
CMYK0.100.2000.51
HSL271.2º11.01%44.51%-
HSV(B)271.2º19.84%49.41%-
XYZ15.3614.3921.71-
YUV107.74138.31132.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=33.43%
G=29.62%
B=36.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141011260.100.2000.51271.211.0144.51
Hex72657EA1403310fb2d
Octal16214517612240634171355
Binary11100101100101111111010101010001100111000011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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