Shades of Affair #78528A
Tints of Affair #78528A
RGB
CMYK
RGB Variations
Color information
#78528A (or 0x78528A) is known color: Affair. HEX triplet: 78, 52 and 8A. RGB value is (120,82,138). Sum of RGB (Red+Green+Blue) = 120+82+138=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #78528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78528A is #87AD75. Grayscale: #636363. Windows color (decimal): -8891766 or 9065080. OLE color: 9065080.
HSL color Cylindrical-coordinate representation of color #78528A: hue angle of 280.71º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78528A is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 82 | 138 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.46 |
| HSL | 280.71º | 0.25% | 0.43% | - |
| HSV(B) | 280.71º | 0.41% | 0.54% | - |
| XYZ | 15.35 | 11.86 | 25.53 | - |
| YUV | 99.75 | 149.59 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 138 | 0.13 | 0.41 | 0 | 0.46 | 280.71 | 0.25 | 0.43 |
| Hex | 78 | 52 | 8A | D | 29 | 0 | 2E | 119 | 19 | 2B |
| Octal | 170 | 122 | 212 | 15 | 51 | 0 | 56 | 431 | 31 | 53 |
| Binary | 1111000 | 1010010 | 10001010 | 1101 | 101001 | 0 | 101110 | 100011001 | 11001 | 101011 |
Color Harmonies of #78528A
Complementary color
Monochromatic Colors of #78528A
Black with #78528A
Text Example
Text Example
White with #78528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78528A; }
p { color: rgb(120,82,138); }
H1.HeaderClassName
{
color: #78528A;
}
.AnyTagClassName
{
color: #78528A;
}
</style>
background-color css
<style>
a { background-color: #78528A; }
a { background-color: rgb(120,82,138); }
div.DivClassName
{
background-color: #78528A;
}
.BgClassName
{
background-color: #78528A;
}
</style>
border-color css
<style>
span { border-color: #78528A; }
span { border-color: rgb(120,82,138); }
td.TdClassName
{
border-color: #78528A;
}
.TagClassName
{
border-color: #78528A;
}
</style>