#72667C

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

Shades of Mamba #72667C

Tints of Mamba #72667C

Color information

#72667C (or 0x72667C) is unknown color: approx Mamba. HEX triplet: 72, 66 and 7C. RGB value is (114,102,124). Sum of RGB (Red+Green+Blue) = 114+102+124=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #72667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72667C is #8D9983. Grayscale: #6C6C6C. Windows color (decimal): -9279876 or 8152690. OLE color: 8152690.

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

Color convert

RGB114102124-
CMYK0.080.1800.51
HSL272.73º9.73%44.31%-
HSV(B)272.73º17.74%48.63%-
XYZ15.3314.5421.07-
YUV108.1136.98132.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=33.53%
G=30%
B=36.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141021240.080.1800.51272.739.7344.31
Hex72667C812033111a2c
Octal16214617410220634211254
Binary11100101100110111110010001001001100111000100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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