#72627C

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

Shades of Mamba #72627C

Tints of Mamba #72627C

Color information

#72627C (or 0x72627C) is unknown color: approx Mamba. HEX triplet: 72, 62 and 7C. RGB value is (114,98,124). Sum of RGB (Red+Green+Blue) = 114+98+124=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #72627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72627C is #8D9D83. Grayscale: #696969. Windows color (decimal): -9280900 or 8151666. OLE color: 8151666.

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

Color convert

RGB11498124-
CMYK0.080.2100.51
HSL276.92º11.71%43.53%-
HSV(B)276.92º20.97%48.63%-
XYZ14.9513.7720.94-
YUV105.75138.3133.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=33.93%
G=29.17%
B=36.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114981240.080.2100.51276.9211.7143.53
Hex72627C815033115c2c
Octal16214217410250634251454
Binary11100101100010111110010001010101100111000101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72627C; }

 p { color: rgb(114,98,124); }

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

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

 a { background-color: rgb(114,98,124); }

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

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

 span { border-color: rgb(114,98,124); }

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