Shades of Affair #775C8D
Tints of Affair #775C8D
RGB
CMYK
RGB Variations
Color information
#775C8D (or 0x775C8D) is known color: Affair. HEX triplet: 77, 5C and 8D. RGB value is (119,92,141). Sum of RGB (Red+Green+Blue) = 119+92+141=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #775C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775C8D is #88A372. Grayscale: #696969. Windows color (decimal): -8954739 or 9264247. OLE color: 9264247.
HSL color Cylindrical-coordinate representation of color #775C8D: hue angle of 273.06º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #775C8D is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 92 | 141 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.45 |
| HSL | 273.06º | 0.21% | 0.46% | - |
| HSV(B) | 273.06º | 0.35% | 0.55% | - |
| XYZ | 16.24 | 13.5 | 26.95 | - |
| YUV | 105.66 | 147.95 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 141 | 0.16 | 0.35 | 0 | 0.45 | 273.06 | 0.21 | 0.46 |
| Hex | 77 | 5C | 8D | 10 | 23 | 0 | 2D | 111 | 15 | 2E |
| Octal | 167 | 134 | 215 | 20 | 43 | 0 | 55 | 421 | 25 | 56 |
| Binary | 1110111 | 1011100 | 10001101 | 10000 | 100011 | 0 | 101101 | 100010001 | 10101 | 101110 |
Color Harmonies of #775C8D
Complementary color
Monochromatic Colors of #775C8D
Black with #775C8D
Text Example
Text Example
White with #775C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C8D; }
p { color: rgb(119,92,141); }
H1.HeaderClassName
{
color: #775C8D;
}
.AnyTagClassName
{
color: #775C8D;
}
</style>
background-color css
<style>
a { background-color: #775C8D; }
a { background-color: rgb(119,92,141); }
div.DivClassName
{
background-color: #775C8D;
}
.BgClassName
{
background-color: #775C8D;
}
</style>
border-color css
<style>
span { border-color: #775C8D; }
span { border-color: rgb(119,92,141); }
td.TdClassName
{
border-color: #775C8D;
}
.TagClassName
{
border-color: #775C8D;
}
</style>