Shades of Affair #774D83
Tints of Affair #774D83
RGB
CMYK
RGB Variations
Color information
#774D83 (or 0x774D83) is known color: Affair. HEX triplet: 77, 4D and 83. RGB value is (119,77,131). Sum of RGB (Red+Green+Blue) = 119+77+131=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #774D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774D83 is #88B27C. Grayscale: #5F5F5F. Windows color (decimal): -8958589 or 8605047. OLE color: 8605047.
HSL color Cylindrical-coordinate representation of color #774D83: hue angle of 286.67º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #774D83 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 77 | 131 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.49 |
| HSL | 286.67º | 0.26% | 0.41% | - |
| HSV(B) | 286.67º | 0.41% | 0.51% | - |
| XYZ | 14.36 | 10.87 | 22.81 | - |
| YUV | 95.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 131 | 0.09 | 0.41 | 0 | 0.49 | 286.67 | 0.26 | 0.41 |
| Hex | 77 | 4D | 83 | 9 | 29 | 0 | 31 | 11F | 1A | 29 |
| Octal | 167 | 115 | 203 | 11 | 51 | 0 | 61 | 437 | 32 | 51 |
| Binary | 1110111 | 1001101 | 10000011 | 1001 | 101001 | 0 | 110001 | 100011111 | 11010 | 101001 |
Color Harmonies of #774D83
Complementary color
Monochromatic Colors of #774D83
Black with #774D83
Text Example
Text Example
White with #774D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D83; }
p { color: rgb(119,77,131); }
H1.HeaderClassName
{
color: #774D83;
}
.AnyTagClassName
{
color: #774D83;
}
</style>
background-color css
<style>
a { background-color: #774D83; }
a { background-color: rgb(119,77,131); }
div.DivClassName
{
background-color: #774D83;
}
.BgClassName
{
background-color: #774D83;
}
</style>
border-color css
<style>
span { border-color: #774D83; }
span { border-color: rgb(119,77,131); }
td.TdClassName
{
border-color: #774D83;
}
.TagClassName
{
border-color: #774D83;
}
</style>