#78578E

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

Shades of Affair #78578E

Tints of Affair #78578E

Color information

#78578E (or 0x78578E) is unknown color: approx Affair. HEX triplet: 78, 57 and 8E. RGB value is (120,87,142). Sum of RGB (Red+Green+Blue) = 120+87+142=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #78578E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78578E is #87A871. Grayscale: #666666. Windows color (decimal): -8890482 or 9328504. OLE color: 9328504.

HSL color Cylindrical-coordinate representation of color #78578E: hue angle of 276º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78578E is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12087142-
CMYK0.150.3900.44
HSL276º24.02%44.9%-
HSV(B)276º38.73%55.69%-
XYZ16.0412.7627.21-
YUV103.14149.93140.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.38%
GREEN value IS 87 (34.38% from 255) = 24.93%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=34.38%
G=24.93%
B=40.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120871420.150.3900.4427624.0244.9
Hex78578EF2702C114182d
Octal17012721617470544243055
Binary11110001010111100011101111100111010110010001010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78578E; }

 p { color: rgb(120,87,142); }

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

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

 a { background-color: rgb(120,87,142); }

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

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

 span { border-color: rgb(120,87,142); }

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