#78487A

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

Shades of Eminence #78487A

Tints of Eminence #78487A

Color information

#78487A (or 0x78487A) is unknown color: approx Eminence. HEX triplet: 78, 48 and 7A. RGB value is (120,72,122). Sum of RGB (Red+Green+Blue) = 120+72+122=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #78487A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78487A is #87B785. Grayscale: #5B5B5B. Windows color (decimal): -8894342 or 8013944. OLE color: 8013944.

HSL color Cylindrical-coordinate representation of color #78487A: hue angle of 297.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78487A is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12072122-
CMYK0.020.4100.52
HSL297.6º25.77%38.04%-
HSV(B)297.6º40.98%47.84%-
XYZ13.5810.0319.63-
YUV92.05144.9147.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=38.22%
G=22.93%
B=38.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120721220.020.4100.52297.625.7738.04
Hex78487A22903412a1a26
Octal1701101722510644523246
Binary11110001001000111101010101001011010010010101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78487A; }

 p { color: rgb(120,72,122); }

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

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

 a { background-color: rgb(120,72,122); }

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

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

 span { border-color: rgb(120,72,122); }

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