Shades of Affair #77528C
Tints of Affair #77528C
RGB
CMYK
RGB Variations
Color information
#77528C (or 0x77528C) is known color: Affair. HEX triplet: 77, 52 and 8C. RGB value is (119,82,140). Sum of RGB (Red+Green+Blue) = 119+82+140=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #77528C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77528C is #88AD73. Grayscale: #636363. Windows color (decimal): -8957300 or 9196151. OLE color: 9196151.
HSL color Cylindrical-coordinate representation of color #77528C: hue angle of 278.28º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77528C is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 82 | 140 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.45 |
| HSL | 278.28º | 0.26% | 0.44% | - |
| HSV(B) | 278.28º | 0.41% | 0.55% | - |
| XYZ | 15.36 | 11.85 | 26.29 | - |
| YUV | 99.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 140 | 0.15 | 0.41 | 0 | 0.45 | 278.28 | 0.26 | 0.44 |
| Hex | 77 | 52 | 8C | F | 29 | 0 | 2D | 116 | 1A | 2C |
| Octal | 167 | 122 | 214 | 17 | 51 | 0 | 55 | 426 | 32 | 54 |
| Binary | 1110111 | 1010010 | 10001100 | 1111 | 101001 | 0 | 101101 | 100010110 | 11010 | 101100 |
Color Harmonies of #77528C
Complementary color
Monochromatic Colors of #77528C
Black with #77528C
Text Example
Text Example
White with #77528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77528C; }
p { color: rgb(119,82,140); }
H1.HeaderClassName
{
color: #77528C;
}
.AnyTagClassName
{
color: #77528C;
}
</style>
background-color css
<style>
a { background-color: #77528C; }
a { background-color: rgb(119,82,140); }
div.DivClassName
{
background-color: #77528C;
}
.BgClassName
{
background-color: #77528C;
}
</style>
border-color css
<style>
span { border-color: #77528C; }
span { border-color: rgb(119,82,140); }
td.TdClassName
{
border-color: #77528C;
}
.TagClassName
{
border-color: #77528C;
}
</style>