Shades of Affair #78527F
Tints of Affair #78527F
RGB
CMYK
RGB Variations
Color information
#78527F (or 0x78527F) is known color: Affair. HEX triplet: 78, 52 and 7F. RGB value is (120,82,127). Sum of RGB (Red+Green+Blue) = 120+82+127=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 127 - color contains mainly: blue. Hex color #78527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78527F is #87AD80. Grayscale: #626262. Windows color (decimal): -8891777 or 8344184. OLE color: 8344184.
HSL color Cylindrical-coordinate representation of color #78527F: hue angle of 290.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78527F is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 82 | 127 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.50 |
| HSL | 290.67º | 0.22% | 0.41% | - |
| HSV(B) | 290.67º | 0.35% | 0.5% | - |
| XYZ | 14.59 | 11.56 | 21.54 | - |
| YUV | 98.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 127 | 0.06 | 0.35 | 0 | 0.50 | 290.67 | 0.22 | 0.41 |
| Hex | 78 | 52 | 7F | 6 | 23 | 0 | 32 | 123 | 16 | 29 |
| Octal | 170 | 122 | 177 | 6 | 43 | 0 | 62 | 443 | 26 | 51 |
| Binary | 1111000 | 1010010 | 1111111 | 110 | 100011 | 0 | 110010 | 100100011 | 10110 | 101001 |
Color Harmonies of #78527F
Complementary color
Monochromatic Colors of #78527F
Black with #78527F
Text Example
Text Example
White with #78527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78527F; }
p { color: rgb(120,82,127); }
H1.HeaderClassName
{
color: #78527F;
}
.AnyTagClassName
{
color: #78527F;
}
</style>
background-color css
<style>
a { background-color: #78527F; }
a { background-color: rgb(120,82,127); }
div.DivClassName
{
background-color: #78527F;
}
.BgClassName
{
background-color: #78527F;
}
</style>
border-color css
<style>
span { border-color: #78527F; }
span { border-color: rgb(120,82,127); }
td.TdClassName
{
border-color: #78527F;
}
.TagClassName
{
border-color: #78527F;
}
</style>