Shades of Affair #775A8A
Tints of Affair #775A8A
RGB
CMYK
RGB Variations
Color information
#775A8A (or 0x775A8A) is known color: Affair. HEX triplet: 77, 5A and 8A. RGB value is (119,90,138). Sum of RGB (Red+Green+Blue) = 119+90+138=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #775A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775A8A is #88A575. Grayscale: #676767. Windows color (decimal): -8955254 or 9067127. OLE color: 9067127.
HSL color Cylindrical-coordinate representation of color #775A8A: hue angle of 276.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #775A8A is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 90 | 138 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.46 |
| HSL | 276.25º | 0.21% | 0.45% | - |
| HSV(B) | 276.25º | 0.35% | 0.54% | - |
| XYZ | 15.85 | 13.07 | 25.73 | - |
| YUV | 104.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 138 | 0.14 | 0.35 | 0 | 0.46 | 276.25 | 0.21 | 0.45 |
| Hex | 77 | 5A | 8A | E | 23 | 0 | 2E | 114 | 15 | 2D |
| Octal | 167 | 132 | 212 | 16 | 43 | 0 | 56 | 424 | 25 | 55 |
| Binary | 1110111 | 1011010 | 10001010 | 1110 | 100011 | 0 | 101110 | 100010100 | 10101 | 101101 |
Color Harmonies of #775A8A
Complementary color
Monochromatic Colors of #775A8A
Black with #775A8A
Text Example
Text Example
White with #775A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A8A; }
p { color: rgb(119,90,138); }
H1.HeaderClassName
{
color: #775A8A;
}
.AnyTagClassName
{
color: #775A8A;
}
</style>
background-color css
<style>
a { background-color: #775A8A; }
a { background-color: rgb(119,90,138); }
div.DivClassName
{
background-color: #775A8A;
}
.BgClassName
{
background-color: #775A8A;
}
</style>
border-color css
<style>
span { border-color: #775A8A; }
span { border-color: rgb(119,90,138); }
td.TdClassName
{
border-color: #775A8A;
}
.TagClassName
{
border-color: #775A8A;
}
</style>