#72466B

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

Shades of Eminence #72466B

Tints of Eminence #72466B

Color information

#72466B (or 0x72466B) is unknown color: approx Eminence. HEX triplet: 72, 46 and 6B. RGB value is (114,70,107). Sum of RGB (Red+Green+Blue) = 114+70+107=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #72466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72466B is #8DB994. Grayscale: #575757. Windows color (decimal): -9288085 or 7030386. OLE color: 7030386.

HSL color Cylindrical-coordinate representation of color #72466B: hue angle of 309.55º 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 #72466B is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11470107-
CMYK00.390.060.55
HSL309.55º23.91%36.08%-
HSV(B)309.55º38.6%44.71%-
XYZ11.789.0215.03-
YUV87.37139.08146.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 70 (27.73% from 255) = 24.05%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=39.18%
G=24.05%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147010700.390.060.55309.5523.9136.08
Hex72466B0276371361824
Octal1621061530476674663044
Binary111001010001101101011010011111011011110011011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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