Shades of Affair #78608C
Tints of Affair #78608C
RGB
CMYK
RGB Variations
Color information
#78608C (or 0x78608C) is known color: Affair. HEX triplet: 78, 60 and 8C. RGB value is (120,96,140). Sum of RGB (Red+Green+Blue) = 120+96+140=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #78608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78608C is #879F73. Grayscale: #6C6C6C. Windows color (decimal): -8888180 or 9199736. OLE color: 9199736.
HSL color Cylindrical-coordinate representation of color #78608C: hue angle of 272.73º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78608C is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 96 | 140 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.45 |
| HSL | 272.73º | 0.19% | 0.46% | - |
| HSV(B) | 272.73º | 0.31% | 0.55% | - |
| XYZ | 16.66 | 14.25 | 26.68 | - |
| YUV | 108.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 140 | 0.14 | 0.31 | 0 | 0.45 | 272.73 | 0.19 | 0.46 |
| Hex | 78 | 60 | 8C | E | 1F | 0 | 2D | 111 | 13 | 2E |
| Octal | 170 | 140 | 214 | 16 | 37 | 0 | 55 | 421 | 23 | 56 |
| Binary | 1111000 | 1100000 | 10001100 | 1110 | 11111 | 0 | 101101 | 100010001 | 10011 | 101110 |
Color Harmonies of #78608C
Complementary color
Monochromatic Colors of #78608C
Black with #78608C
Text Example
Text Example
White with #78608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78608C; }
p { color: rgb(120,96,140); }
H1.HeaderClassName
{
color: #78608C;
}
.AnyTagClassName
{
color: #78608C;
}
</style>
background-color css
<style>
a { background-color: #78608C; }
a { background-color: rgb(120,96,140); }
div.DivClassName
{
background-color: #78608C;
}
.BgClassName
{
background-color: #78608C;
}
</style>
border-color css
<style>
span { border-color: #78608C; }
span { border-color: rgb(120,96,140); }
td.TdClassName
{
border-color: #78608C;
}
.TagClassName
{
border-color: #78608C;
}
</style>