#72406B

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

Shades of Eminence #72406B

Tints of Eminence #72406B

Color information

#72406B (or 0x72406B) is unknown color: approx Eminence. HEX triplet: 72, 40 and 6B. RGB value is (114,64,107). Sum of RGB (Red+Green+Blue) = 114+64+107=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #72406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72406B is #8DBF94. Grayscale: #535353. Windows color (decimal): -9289621 or 7028850. OLE color: 7028850.

HSL color Cylindrical-coordinate representation of color #72406B: hue angle of 308.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72406B is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11464107-
CMYK00.440.060.55
HSL308.4º28.09%34.9%-
HSV(B)308.4º43.86%44.71%-
XYZ11.438.3114.91-
YUV83.85141.06149.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=40%
G=22.46%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146410700.440.060.55308.428.0934.9
Hex72406B02C6371341c23
Octal1621001530546674643443
Binary111001010000001101011010110011011011110011010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,64,107); }

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

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

 a { background-color: rgb(114,64,107); }

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

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

 span { border-color: rgb(114,64,107); }

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