Shades of Affair #74527D
Tints of Affair #74527D
RGB
CMYK
RGB Variations
Color information
#74527D (or 0x74527D) is known color: Affair. HEX triplet: 74, 52 and 7D. RGB value is (116,82,125). Sum of RGB (Red+Green+Blue) = 116+82+125=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #74527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74527D is #8BAD82. Grayscale: #606060. Windows color (decimal): -9153923 or 8213108. OLE color: 8213108.
HSL color Cylindrical-coordinate representation of color #74527D: hue angle of 287.44º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74527D is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 82 | 125 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.51 |
| HSL | 287.44º | 0.21% | 0.41% | - |
| HSV(B) | 287.44º | 0.34% | 0.49% | - |
| XYZ | 13.92 | 11.23 | 20.84 | - |
| YUV | 97.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 125 | 0.07 | 0.34 | 0 | 0.51 | 287.44 | 0.21 | 0.41 |
| Hex | 74 | 52 | 7D | 7 | 22 | 0 | 33 | 11F | 15 | 29 |
| Octal | 164 | 122 | 175 | 7 | 42 | 0 | 63 | 437 | 25 | 51 |
| Binary | 1110100 | 1010010 | 1111101 | 111 | 100010 | 0 | 110011 | 100011111 | 10101 | 101001 |
Color Harmonies of #74527D
Complementary color
Monochromatic Colors of #74527D
Black with #74527D
Text Example
Text Example
White with #74527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74527D; }
p { color: rgb(116,82,125); }
H1.HeaderClassName
{
color: #74527D;
}
.AnyTagClassName
{
color: #74527D;
}
</style>
background-color css
<style>
a { background-color: #74527D; }
a { background-color: rgb(116,82,125); }
div.DivClassName
{
background-color: #74527D;
}
.BgClassName
{
background-color: #74527D;
}
</style>
border-color css
<style>
span { border-color: #74527D; }
span { border-color: rgb(116,82,125); }
td.TdClassName
{
border-color: #74527D;
}
.TagClassName
{
border-color: #74527D;
}
</style>