#784073

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

Shades of Eminence #784073

Tints of Eminence #784073

Color information

#784073 (or 0x784073) is unknown color: approx Eminence. HEX triplet: 78, 40 and 73. RGB value is (120,64,115). Sum of RGB (Red+Green+Blue) = 120+64+115=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #784073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784073 is #87BF8C. Grayscale: #565656. Windows color (decimal): -8896397 or 7553144. OLE color: 7553144.

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

Color convert

RGB12064115-
CMYK00.470.040.53
HSL305.36º30.43%36.08%-
HSV(B)305.36º46.67%47.06%-
XYZ12.678.917.27-
YUV86.56144.05151.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.13%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 115 (45.31% from 255) = 38.46%
R=40.13%
G=21.40%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206411500.470.040.53305.3630.4336.08
Hex78407302F4351311e24
Octal1701001630574654613644
Binary111100010000001110011010111110011010110011000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784073; }

 p { color: rgb(120,64,115); }

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

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

 a { background-color: rgb(120,64,115); }

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

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

 span { border-color: rgb(120,64,115); }

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