Shades of Affair #774C92
Tints of Affair #774C92
RGB
CMYK
RGB Variations
Color information
#774C92 (or 0x774C92) is known color: Affair. HEX triplet: 77, 4C and 92. RGB value is (119,76,146). Sum of RGB (Red+Green+Blue) = 119+76+146=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #774C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774C92 is #88B36D. Grayscale: #606060. Windows color (decimal): -8958830 or 9587831. OLE color: 9587831.
HSL color Cylindrical-coordinate representation of color #774C92: hue angle of 276.86º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #774C92 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 76 | 146 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.43 |
| HSL | 276.86º | 0.32% | 0.44% | - |
| HSV(B) | 276.86º | 0.48% | 0.57% | - |
| XYZ | 15.38 | 11.17 | 28.54 | - |
| YUV | 96.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 146 | 0.18 | 0.48 | 0 | 0.43 | 276.86 | 0.32 | 0.44 |
| Hex | 77 | 4C | 92 | 12 | 30 | 0 | 2B | 115 | 20 | 2C |
| Octal | 167 | 114 | 222 | 22 | 60 | 0 | 53 | 425 | 40 | 54 |
| Binary | 1110111 | 1001100 | 10010010 | 10010 | 110000 | 0 | 101011 | 100010101 | 100000 | 101100 |
Color Harmonies of #774C92
Complementary color
Monochromatic Colors of #774C92
Black with #774C92
Text Example
Text Example
White with #774C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C92; }
p { color: rgb(119,76,146); }
H1.HeaderClassName
{
color: #774C92;
}
.AnyTagClassName
{
color: #774C92;
}
</style>
background-color css
<style>
a { background-color: #774C92; }
a { background-color: rgb(119,76,146); }
div.DivClassName
{
background-color: #774C92;
}
.BgClassName
{
background-color: #774C92;
}
</style>
border-color css
<style>
span { border-color: #774C92; }
span { border-color: rgb(119,76,146); }
td.TdClassName
{
border-color: #774C92;
}
.TagClassName
{
border-color: #774C92;
}
</style>