Shades of Affair #775C8C
Tints of Affair #775C8C
RGB
CMYK
RGB Variations
Color information
#775C8C (or 0x775C8C) is known color: Affair. HEX triplet: 77, 5C and 8C. RGB value is (119,92,140). Sum of RGB (Red+Green+Blue) = 119+92+140=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #775C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775C8C is #88A373. Grayscale: #696969. Windows color (decimal): -8954740 or 9198711. OLE color: 9198711.
HSL color Cylindrical-coordinate representation of color #775C8C: hue angle of 273.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #775C8C is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 92 | 140 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.45 |
| HSL | 273.75º | 0.21% | 0.45% | - |
| HSV(B) | 273.75º | 0.34% | 0.55% | - |
| XYZ | 16.17 | 13.47 | 26.56 | - |
| YUV | 105.55 | 147.45 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 140 | 0.15 | 0.34 | 0 | 0.45 | 273.75 | 0.21 | 0.45 |
| Hex | 77 | 5C | 8C | F | 22 | 0 | 2D | 112 | 15 | 2D |
| Octal | 167 | 134 | 214 | 17 | 42 | 0 | 55 | 422 | 25 | 55 |
| Binary | 1110111 | 1011100 | 10001100 | 1111 | 100010 | 0 | 101101 | 100010010 | 10101 | 101101 |
Color Harmonies of #775C8C
Complementary color
Monochromatic Colors of #775C8C
Black with #775C8C
Text Example
Text Example
White with #775C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C8C; }
p { color: rgb(119,92,140); }
H1.HeaderClassName
{
color: #775C8C;
}
.AnyTagClassName
{
color: #775C8C;
}
</style>
background-color css
<style>
a { background-color: #775C8C; }
a { background-color: rgb(119,92,140); }
div.DivClassName
{
background-color: #775C8C;
}
.BgClassName
{
background-color: #775C8C;
}
</style>
border-color css
<style>
span { border-color: #775C8C; }
span { border-color: rgb(119,92,140); }
td.TdClassName
{
border-color: #775C8C;
}
.TagClassName
{
border-color: #775C8C;
}
</style>