#784172

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

Shades of Eminence #784172

Tints of Eminence #784172

Color information

#784172 (or 0x784172) is unknown color: approx Eminence. HEX triplet: 78, 41 and 72. RGB value is (120,65,114). Sum of RGB (Red+Green+Blue) = 120+65+114=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #784172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784172 is #87BE8D. Grayscale: #565656. Windows color (decimal): -8896142 or 7487864. OLE color: 7487864.

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

Color convert

RGB12065114-
CMYK00.460.050.53
HSL306.55º29.73%36.27%-
HSV(B)306.55º45.83%47.06%-
XYZ12.678.9916.99-
YUV87.03143.22151.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.13%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=40.13%
G=21.74%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206511400.460.050.53306.5529.7336.27
Hex78417202E5351331e24
Octal1701011620565654633644
Binary111100010000011110010010111010111010110011001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784172; }

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

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

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

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

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

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

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

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