#72677C

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

Shades of Mamba #72677C

Tints of Mamba #72677C

Color information

#72677C (or 0x72677C) is unknown color: approx Mamba. HEX triplet: 72, 67 and 7C. RGB value is (114,103,124). Sum of RGB (Red+Green+Blue) = 114+103+124=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #72677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72677C is #8D9883. Grayscale: #6C6C6C. Windows color (decimal): -9279620 or 8152946. OLE color: 8152946.

HSL color Cylindrical-coordinate representation of color #72677C: hue angle of 271.43º 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 #72677C is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB114103124-
CMYK0.080.1700.51
HSL271.43º9.25%44.51%-
HSV(B)271.43º16.94%48.63%-
XYZ15.4314.7321.1-
YUV108.68136.64131.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=33.43%
G=30.21%
B=36.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141031240.080.1700.51271.439.2544.51
Hex72677C81103310f92d
Octal16214717410210634171155
Binary11100101100111111110010001000101100111000011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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