Shades of Affair #77478C
Tints of Affair #77478C
RGB
CMYK
RGB Variations
Color information
#77478C (or 0x77478C) is known color: Affair. HEX triplet: 77, 47 and 8C. RGB value is (119,71,140). Sum of RGB (Red+Green+Blue) = 119+71+140=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #77478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77478C is #88B873. Grayscale: #5C5C5C. Windows color (decimal): -8960116 or 9193335. OLE color: 9193335.
HSL color Cylindrical-coordinate representation of color #77478C: hue angle of 281.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77478C is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 71 | 140 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.45 |
| HSL | 281.74º | 0.33% | 0.41% | - |
| HSV(B) | 281.74º | 0.49% | 0.55% | - |
| XYZ | 14.59 | 10.32 | 26.03 | - |
| YUV | 93.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 140 | 0.15 | 0.49 | 0 | 0.45 | 281.74 | 0.33 | 0.41 |
| Hex | 77 | 47 | 8C | F | 31 | 0 | 2D | 11A | 21 | 29 |
| Octal | 167 | 107 | 214 | 17 | 61 | 0 | 55 | 432 | 41 | 51 |
| Binary | 1110111 | 1000111 | 10001100 | 1111 | 110001 | 0 | 101101 | 100011010 | 100001 | 101001 |
Color Harmonies of #77478C
Complementary color
Monochromatic Colors of #77478C
Black with #77478C
Text Example
Text Example
White with #77478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77478C; }
p { color: rgb(119,71,140); }
H1.HeaderClassName
{
color: #77478C;
}
.AnyTagClassName
{
color: #77478C;
}
</style>
background-color css
<style>
a { background-color: #77478C; }
a { background-color: rgb(119,71,140); }
div.DivClassName
{
background-color: #77478C;
}
.BgClassName
{
background-color: #77478C;
}
</style>
border-color css
<style>
span { border-color: #77478C; }
span { border-color: rgb(119,71,140); }
td.TdClassName
{
border-color: #77478C;
}
.TagClassName
{
border-color: #77478C;
}
</style>