Shades of Affair #77568C
Tints of Affair #77568C
RGB
CMYK
RGB Variations
Color information
#77568C (or 0x77568C) is known color: Affair. HEX triplet: 77, 56 and 8C. RGB value is (119,86,140). Sum of RGB (Red+Green+Blue) = 119+86+140=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #77568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77568C is #88A973. Grayscale: #656565. Windows color (decimal): -8956276 or 9197175. OLE color: 9197175.
HSL color Cylindrical-coordinate representation of color #77568C: hue angle of 276.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77568C is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 86 | 140 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.45 |
| HSL | 276.67º | 0.24% | 0.44% | - |
| HSV(B) | 276.67º | 0.39% | 0.55% | - |
| XYZ | 15.67 | 12.47 | 26.39 | - |
| YUV | 102.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 86 | 140 | 0.15 | 0.39 | 0 | 0.45 | 276.67 | 0.24 | 0.44 |
| Hex | 77 | 56 | 8C | F | 27 | 0 | 2D | 115 | 18 | 2C |
| Octal | 167 | 126 | 214 | 17 | 47 | 0 | 55 | 425 | 30 | 54 |
| Binary | 1110111 | 1010110 | 10001100 | 1111 | 100111 | 0 | 101101 | 100010101 | 11000 | 101100 |
Color Harmonies of #77568C
Complementary color
Monochromatic Colors of #77568C
Black with #77568C
Text Example
Text Example
White with #77568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77568C; }
p { color: rgb(119,86,140); }
H1.HeaderClassName
{
color: #77568C;
}
.AnyTagClassName
{
color: #77568C;
}
</style>
background-color css
<style>
a { background-color: #77568C; }
a { background-color: rgb(119,86,140); }
div.DivClassName
{
background-color: #77568C;
}
.BgClassName
{
background-color: #77568C;
}
</style>
border-color css
<style>
span { border-color: #77568C; }
span { border-color: rgb(119,86,140); }
td.TdClassName
{
border-color: #77568C;
}
.TagClassName
{
border-color: #77568C;
}
</style>