#72466F

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

Shades of Eminence #72466F

Tints of Eminence #72466F

Color information

#72466F (or 0x72466F) is unknown color: approx Eminence. HEX triplet: 72, 46 and 6F. RGB value is (114,70,111). Sum of RGB (Red+Green+Blue) = 114+70+111=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #72466F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72466F is #8DB990. Grayscale: #575757. Windows color (decimal): -9288081 or 7292530. OLE color: 7292530.

HSL color Cylindrical-coordinate representation of color #72466F: hue angle of 304.09º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72466F is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11470111-
CMYK00.390.030.55
HSL304.09º23.91%36.08%-
HSV(B)304.09º38.6%44.71%-
XYZ129.1116.16-
YUV87.83141.08146.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 70 (27.73% from 255) = 23.73%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=38.64%
G=23.73%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147011100.390.030.55304.0923.9136.08
Hex72466F0273371301824
Octal1621061570473674603044
Binary11100101000110110111101001111111011110011000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72466F; }

 p { color: rgb(114,70,111); }

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

<style>
 a { background-color: #72466F; }

 a { background-color: rgb(114,70,111); }

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

<style>
 span { border-color: #72466F; }

 span { border-color: rgb(114,70,111); }

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