#72486C

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

Shades of Eminence #72486C

Tints of Eminence #72486C

Color information

#72486C (or 0x72486C) is unknown color: approx Eminence. HEX triplet: 72, 48 and 6C. RGB value is (114,72,108). Sum of RGB (Red+Green+Blue) = 114+72+108=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #72486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72486C is #8DB793. Grayscale: #585858. Windows color (decimal): -9287572 or 7096434. OLE color: 7096434.

HSL color Cylindrical-coordinate representation of color #72486C: hue angle of 308.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72486C is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11472108-
CMYK00.370.050.55
HSL308.57º22.58%36.47%-
HSV(B)308.57º36.84%44.71%-
XYZ11.969.2915.35-
YUV88.66138.91146.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 72 (28.52% from 255) = 24.49%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=38.78%
G=24.49%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147210800.370.050.55308.5722.5836.47
Hex72486C0255371351724
Octal1621101540455674652744
Binary111001010010001101100010010110111011110011010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72486C; }

 p { color: rgb(114,72,108); }

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

<style>
 a { background-color: #72486C; }

 a { background-color: rgb(114,72,108); }

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

<style>
 span { border-color: #72486C; }

 span { border-color: rgb(114,72,108); }

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