#784272

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

Shades of Eminence #784272

Tints of Eminence #784272

Color information

#784272 (or 0x784272) is unknown color: approx Eminence. HEX triplet: 78, 42 and 72. RGB value is (120,66,114). Sum of RGB (Red+Green+Blue) = 120+66+114=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #784272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784272 is #87BD8D. Grayscale: #575757. Windows color (decimal): -8895886 or 7488120. OLE color: 7488120.

HSL color Cylindrical-coordinate representation of color #784272: hue angle of 306.67º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #784272 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12066114-
CMYK00.450.050.53
HSL306.67º29.03%36.47%-
HSV(B)306.67º45%47.06%-
XYZ12.739.117.01-
YUV87.62142.89151.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 114 (44.92% from 255) = 38%
R=40%
G=22%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206611400.450.050.53306.6729.0336.47
Hex78427202D5351331d24
Octal1701021620555654633544
Binary111100010000101110010010110110111010110011001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784272; }

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

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

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

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

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

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

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

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