#78608E

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

Shades of Affair #78608E

Tints of Affair #78608E

Color information

#78608E (or 0x78608E) is unknown color: approx Affair. HEX triplet: 78, 60 and 8E. RGB value is (120,96,142). Sum of RGB (Red+Green+Blue) = 120+96+142=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #78608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78608E is #879F71. Grayscale: #6C6C6C. Windows color (decimal): -8888178 or 9330808. OLE color: 9330808.

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

Color convert

RGB12096142-
CMYK0.150.3200.44
HSL271.3º19.33%46.67%-
HSV(B)271.3º32.39%55.69%-
XYZ16.8114.3127.47-
YUV108.42146.95136.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=33.52%
G=26.82%
B=39.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120961420.150.3200.44271.319.3346.67
Hex78608EF2002C10f132f
Octal17014021617400544172357
Binary11110001100000100011101111100000010110010000111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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