Shades of Affair #775C89
Tints of Affair #775C89
RGB
CMYK
RGB Variations
Color information
#775C89 (or 0x775C89) is known color: Affair. HEX triplet: 77, 5C and 89. RGB value is (119,92,137). Sum of RGB (Red+Green+Blue) = 119+92+137=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #775C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775C89 is #88A376. Grayscale: #696969. Windows color (decimal): -8954743 or 9002103. OLE color: 9002103.
HSL color Cylindrical-coordinate representation of color #775C89: hue angle of 276º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #775C89 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 92 | 137 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.46 |
| HSL | 276º | 0.2% | 0.45% | - |
| HSV(B) | 276º | 0.33% | 0.54% | - |
| XYZ | 15.95 | 13.38 | 25.41 | - |
| YUV | 105.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 137 | 0.13 | 0.33 | 0 | 0.46 | 276 | 0.2 | 0.45 |
| Hex | 77 | 5C | 89 | D | 21 | 0 | 2E | 114 | 14 | 2D |
| Octal | 167 | 134 | 211 | 15 | 41 | 0 | 56 | 424 | 24 | 55 |
| Binary | 1110111 | 1011100 | 10001001 | 1101 | 100001 | 0 | 101110 | 100010100 | 10100 | 101101 |
Color Harmonies of #775C89
Complementary color
Monochromatic Colors of #775C89
Black with #775C89
Text Example
Text Example
White with #775C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C89; }
p { color: rgb(119,92,137); }
H1.HeaderClassName
{
color: #775C89;
}
.AnyTagClassName
{
color: #775C89;
}
</style>
background-color css
<style>
a { background-color: #775C89; }
a { background-color: rgb(119,92,137); }
div.DivClassName
{
background-color: #775C89;
}
.BgClassName
{
background-color: #775C89;
}
</style>
border-color css
<style>
span { border-color: #775C89; }
span { border-color: rgb(119,92,137); }
td.TdClassName
{
border-color: #775C89;
}
.TagClassName
{
border-color: #775C89;
}
</style>