#78608F

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

Shades of Affair #78608F

Tints of Affair #78608F

Color information

#78608F (or 0x78608F) is unknown color: approx Affair. HEX triplet: 78, 60 and 8F. RGB value is (120,96,143). Sum of RGB (Red+Green+Blue) = 120+96+143=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 143 - color contains mainly: blue. Hex color #78608F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78608F is #879F70. Grayscale: #6C6C6C. Windows color (decimal): -8888177 or 9396344. OLE color: 9396344.

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

Color convert

RGB12096143-
CMYK0.160.3300.44
HSL270.64º19.67%46.86%-
HSV(B)270.64º32.87%56.08%-
XYZ16.8914.3427.86-
YUV108.53147.45136.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.43%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 143 (56.25% from 255) = 39.83%
R=33.43%
G=26.74%
B=39.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120961430.160.3300.44270.6419.6746.86
Hex78608F102102C10f142f
Octal17014021720410544172457
Binary111100011000001000111110000100001010110010000111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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