#784372

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

Shades of Eminence #784372

Tints of Eminence #784372

Color information

#784372 (or 0x784372) is unknown color: approx Eminence. HEX triplet: 78, 43 and 72. RGB value is (120,67,114). Sum of RGB (Red+Green+Blue) = 120+67+114=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #784372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784372 is #87BC8D. Grayscale: #585858. Windows color (decimal): -8895630 or 7488376. OLE color: 7488376.

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

Color convert

RGB12067114-
CMYK00.440.050.53
HSL306.79º28.34%36.67%-
HSV(B)306.79º44.17%47.06%-
XYZ12.799.2217.03-
YUV88.2142.56150.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 67 (26.56% from 255) = 22.26%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=39.87%
G=22.26%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206711400.440.050.53306.7928.3436.67
Hex78437202C5351331c25
Octal1701031620545654633445
Binary111100010000111110010010110010111010110011001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784372; }

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

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

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

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

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

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

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

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