Shades of Affair #74577F
Tints of Affair #74577F
RGB
CMYK
RGB Variations
Color information
#74577F (or 0x74577F) is known color: Affair. HEX triplet: 74, 57 and 7F. RGB value is (116,87,127). Sum of RGB (Red+Green+Blue) = 116+87+127=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #74577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74577F is #8BA880. Grayscale: #646464. Windows color (decimal): -9152641 or 8345460. OLE color: 8345460.
HSL color Cylindrical-coordinate representation of color #74577F: hue angle of 283.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74577F is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 87 | 127 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.50 |
| HSL | 283.5º | 0.19% | 0.42% | - |
| HSV(B) | 283.5º | 0.31% | 0.5% | - |
| XYZ | 14.44 | 12.06 | 21.65 | - |
| YUV | 100.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 127 | 0.09 | 0.31 | 0 | 0.50 | 283.5 | 0.19 | 0.42 |
| Hex | 74 | 57 | 7F | 9 | 1F | 0 | 32 | 11C | 13 | 2A |
| Octal | 164 | 127 | 177 | 11 | 37 | 0 | 62 | 434 | 23 | 52 |
| Binary | 1110100 | 1010111 | 1111111 | 1001 | 11111 | 0 | 110010 | 100011100 | 10011 | 101010 |
Color Harmonies of #74577F
Complementary color
Monochromatic Colors of #74577F
Black with #74577F
Text Example
Text Example
White with #74577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74577F; }
p { color: rgb(116,87,127); }
H1.HeaderClassName
{
color: #74577F;
}
.AnyTagClassName
{
color: #74577F;
}
</style>
background-color css
<style>
a { background-color: #74577F; }
a { background-color: rgb(116,87,127); }
div.DivClassName
{
background-color: #74577F;
}
.BgClassName
{
background-color: #74577F;
}
</style>
border-color css
<style>
span { border-color: #74577F; }
span { border-color: rgb(116,87,127); }
td.TdClassName
{
border-color: #74577F;
}
.TagClassName
{
border-color: #74577F;
}
</style>