#72647B

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

Shades of Mamba #72647B

Tints of Mamba #72647B

Color information

#72647B (or 0x72647B) is unknown color: approx Mamba. HEX triplet: 72, 64 and 7B. RGB value is (114,100,123). Sum of RGB (Red+Green+Blue) = 114+100+123=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #72647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72647B is #8D9B84. Grayscale: #6A6A6A. Windows color (decimal): -9280389 or 8086642. OLE color: 8086642.

HSL color Cylindrical-coordinate representation of color #72647B: hue angle of 276.52º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72647B is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB114100123-
CMYK0.070.1900.52
HSL276.52º10.31%43.73%-
HSV(B)276.52º18.7%48.24%-
XYZ15.0714.1220.67-
YUV106.81137.14133.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=33.83%
G=29.67%
B=36.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1141001230.070.1900.52276.5210.3143.73
Hex72647B713034115a2c
Octal1621441737230644251254
Binary1110010110010011110111111001101101001000101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72647B; }

 p { color: rgb(114,100,123); }

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

<style>
 a { background-color: #72647B; }

 a { background-color: rgb(114,100,123); }

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

<style>
 span { border-color: #72647B; }

 span { border-color: rgb(114,100,123); }

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