Shades of Affair #77527F
Tints of Affair #77527F
RGB
CMYK
RGB Variations
Color information
#77527F (or 0x77527F) is known color: Affair. HEX triplet: 77, 52 and 7F. RGB value is (119,82,127). Sum of RGB (Red+Green+Blue) = 119+82+127=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #77527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77527F is #88AD80. Grayscale: #626262. Windows color (decimal): -8957313 or 8344183. OLE color: 8344183.
HSL color Cylindrical-coordinate representation of color #77527F: hue angle of 289.33º 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 #77527F is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 82 | 127 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.50 |
| HSL | 289.33º | 0.22% | 0.41% | - |
| HSV(B) | 289.33º | 0.35% | 0.5% | - |
| XYZ | 14.46 | 11.49 | 21.53 | - |
| YUV | 98.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 127 | 0.06 | 0.35 | 0 | 0.50 | 289.33 | 0.22 | 0.41 |
| Hex | 77 | 52 | 7F | 6 | 23 | 0 | 32 | 121 | 16 | 29 |
| Octal | 167 | 122 | 177 | 6 | 43 | 0 | 62 | 441 | 26 | 51 |
| Binary | 1110111 | 1010010 | 1111111 | 110 | 100011 | 0 | 110010 | 100100001 | 10110 | 101001 |
Color Harmonies of #77527F
Complementary color
Monochromatic Colors of #77527F
Black with #77527F
Text Example
Text Example
White with #77527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77527F; }
p { color: rgb(119,82,127); }
H1.HeaderClassName
{
color: #77527F;
}
.AnyTagClassName
{
color: #77527F;
}
</style>
background-color css
<style>
a { background-color: #77527F; }
a { background-color: rgb(119,82,127); }
div.DivClassName
{
background-color: #77527F;
}
.BgClassName
{
background-color: #77527F;
}
</style>
border-color css
<style>
span { border-color: #77527F; }
span { border-color: rgb(119,82,127); }
td.TdClassName
{
border-color: #77527F;
}
.TagClassName
{
border-color: #77527F;
}
</style>