#723D6F

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

Shades of Eminence #723D6F

Tints of Eminence #723D6F

Color information

#723D6F (or 0x723D6F) is unknown color: approx Eminence. HEX triplet: 72, 3D and 6F. RGB value is (114,61,111). Sum of RGB (Red+Green+Blue) = 114+61+111=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #723D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723D6F is #8DC290. Grayscale: #525252. Windows color (decimal): -9290385 or 7290226. OLE color: 7290226.

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

Color convert

RGB11461111-
CMYK00.460.030.55
HSL303.4º30.29%34.31%-
HSV(B)303.4º46.49%44.71%-
XYZ11.488.0615.99-
YUV82.55144.06150.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.86%
GREEN value IS 61 (24.22% from 255) = 21.33%
BLUE value IS 111 (43.75% from 255) = 38.81%
R=39.86%
G=21.33%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146111100.460.030.55303.430.2934.31
Hex723D6F02E33712f1e22
Octal162751570563674573642
Binary1110010111101110111101011101111011110010111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723D6F; }

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

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

<style>
 a { background-color: #723D6F; }

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

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

<style>
 span { border-color: #723D6F; }

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

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