Shades of Affair #765F8C
Tints of Affair #765F8C
RGB
CMYK
RGB Variations
Color information
#765F8C (or 0x765F8C) is known color: Affair. HEX triplet: 76, 5F and 8C. RGB value is (118,95,140). Sum of RGB (Red+Green+Blue) = 118+95+140=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #765F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765F8C is #89A073. Grayscale: #6A6A6A. Windows color (decimal): -9019508 or 9199478. OLE color: 9199478.
HSL color Cylindrical-coordinate representation of color #765F8C: hue angle of 270.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #765F8C is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 95 | 140 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.45 |
| HSL | 270.67º | 0.19% | 0.46% | - |
| HSV(B) | 270.67º | 0.32% | 0.55% | - |
| XYZ | 16.3 | 13.93 | 26.64 | - |
| YUV | 107.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 140 | 0.16 | 0.32 | 0 | 0.45 | 270.67 | 0.19 | 0.46 |
| Hex | 76 | 5F | 8C | 10 | 20 | 0 | 2D | 10F | 13 | 2E |
| Octal | 166 | 137 | 214 | 20 | 40 | 0 | 55 | 417 | 23 | 56 |
| Binary | 1110110 | 1011111 | 10001100 | 10000 | 100000 | 0 | 101101 | 100001111 | 10011 | 101110 |
Color Harmonies of #765F8C
Complementary color
Monochromatic Colors of #765F8C
Black with #765F8C
Text Example
Text Example
White with #765F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F8C; }
p { color: rgb(118,95,140); }
H1.HeaderClassName
{
color: #765F8C;
}
.AnyTagClassName
{
color: #765F8C;
}
</style>
background-color css
<style>
a { background-color: #765F8C; }
a { background-color: rgb(118,95,140); }
div.DivClassName
{
background-color: #765F8C;
}
.BgClassName
{
background-color: #765F8C;
}
</style>
border-color css
<style>
span { border-color: #765F8C; }
span { border-color: rgb(118,95,140); }
td.TdClassName
{
border-color: #765F8C;
}
.TagClassName
{
border-color: #765F8C;
}
</style>