#724B6F

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

Shades of Eminence #724B6F

Tints of Eminence #724B6F

Color information

#724B6F (or 0x724B6F) is unknown color: approx Eminence. HEX triplet: 72, 4B and 6F. RGB value is (114,75,111). Sum of RGB (Red+Green+Blue) = 114+75+111=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #724B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724B6F is #8DB490. Grayscale: #5A5A5A. Windows color (decimal): -9286801 or 7293810. OLE color: 7293810.

HSL color Cylindrical-coordinate representation of color #724B6F: hue angle of 304.62º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #724B6F is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11475111-
CMYK00.340.030.55
HSL304.62º20.63%37.06%-
HSV(B)304.62º34.21%44.71%-
XYZ12.329.7616.27-
YUV90.76139.42144.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 111 (43.75% from 255) = 37%
R=38%
G=25%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147511100.340.030.55304.6220.6337.06
Hex724B6F0223371311525
Octal1621131570423674612545
Binary11100101001011110111101000101111011110011000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724B6F; }

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

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

<style>
 a { background-color: #724B6F; }

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

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

<style>
 span { border-color: #724B6F; }

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

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