#72426B

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

Shades of Eminence #72426B

Tints of Eminence #72426B

Color information

#72426B (or 0x72426B) is unknown color: approx Eminence. HEX triplet: 72, 42 and 6B. RGB value is (114,66,107). Sum of RGB (Red+Green+Blue) = 114+66+107=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #72426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72426B is #8DBD94. Grayscale: #545454. Windows color (decimal): -9289109 or 7029362. OLE color: 7029362.

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

Color convert

RGB11466107-
CMYK00.420.060.55
HSL308.75º26.67%35.29%-
HSV(B)308.75º42.11%44.71%-
XYZ11.548.5414.95-
YUV85.03140.4148.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=39.72%
G=23.00%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146610700.420.060.55308.7526.6735.29
Hex72426B02A6371351b23
Octal1621021530526674653343
Binary111001010000101101011010101011011011110011010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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