Shades of Affair #774C81
Tints of Affair #774C81
RGB
CMYK
RGB Variations
Color information
#774C81 (or 0x774C81) is known color: Affair. HEX triplet: 77, 4C and 81. RGB value is (119,76,129). Sum of RGB (Red+Green+Blue) = 119+76+129=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 129 - color contains mainly: blue. Hex color #774C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774C81 is #88B37E. Grayscale: #5E5E5E. Windows color (decimal): -8958847 or 8473719. OLE color: 8473719.
HSL color Cylindrical-coordinate representation of color #774C81: hue angle of 288.68º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #774C81 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 76 | 129 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.49 |
| HSL | 288.68º | 0.26% | 0.4% | - |
| HSV(B) | 288.68º | 0.41% | 0.51% | - |
| XYZ | 14.15 | 10.68 | 22.08 | - |
| YUV | 94.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 129 | 0.08 | 0.41 | 0 | 0.49 | 288.68 | 0.26 | 0.4 |
| Hex | 77 | 4C | 81 | 8 | 29 | 0 | 31 | 121 | 1A | 28 |
| Octal | 167 | 114 | 201 | 10 | 51 | 0 | 61 | 441 | 32 | 50 |
| Binary | 1110111 | 1001100 | 10000001 | 1000 | 101001 | 0 | 110001 | 100100001 | 11010 | 101000 |
Color Harmonies of #774C81
Complementary color
Monochromatic Colors of #774C81
Black with #774C81
Text Example
Text Example
White with #774C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C81; }
p { color: rgb(119,76,129); }
H1.HeaderClassName
{
color: #774C81;
}
.AnyTagClassName
{
color: #774C81;
}
</style>
background-color css
<style>
a { background-color: #774C81; }
a { background-color: rgb(119,76,129); }
div.DivClassName
{
background-color: #774C81;
}
.BgClassName
{
background-color: #774C81;
}
</style>
border-color css
<style>
span { border-color: #774C81; }
span { border-color: rgb(119,76,129); }
td.TdClassName
{
border-color: #774C81;
}
.TagClassName
{
border-color: #774C81;
}
</style>