Shades of Turkish Rose #986D7A
Tints of Turkish Rose #986D7A
RGB
CMYK
RGB Variations
Color information
#986D7A (or 0x986D7A) is known color: Turkish Rose. HEX triplet: 98, 6D and 7A. RGB value is (152,109,122). Sum of RGB (Red+Green+Blue) = 152+109+122=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #986D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D7A is #679285. Grayscale: #7B7B7B. Windows color (decimal): -6787718 or 8023448. OLE color: 8023448.
HSL color Cylindrical-coordinate representation of color #986D7A: hue angle of 341.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986D7A is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 122 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.40 |
| HSL | 341.86º | 0.17% | 0.51% | - |
| HSV(B) | 341.86º | 0.28% | 0.6% | - |
| XYZ | 21.93 | 19.02 | 20.93 | - |
| YUV | 123.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 122 | 0 | 0.28 | 0.20 | 0.40 | 341.86 | 0.17 | 0.51 |
| Hex | 98 | 6D | 7A | 0 | 1C | 14 | 28 | 156 | 11 | 33 |
| Octal | 230 | 155 | 172 | 0 | 34 | 24 | 50 | 526 | 21 | 63 |
| Binary | 10011000 | 1101101 | 1111010 | 0 | 11100 | 10100 | 101000 | 101010110 | 10001 | 110011 |
Color Harmonies of #986D7A
Complementary color
Monochromatic Colors of #986D7A
Black with #986D7A
Text Example
Text Example
White with #986D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D7A; }
p { color: rgb(152,109,122); }
H1.HeaderClassName
{
color: #986D7A;
}
.AnyTagClassName
{
color: #986D7A;
}
</style>
background-color css
<style>
a { background-color: #986D7A; }
a { background-color: rgb(152,109,122); }
div.DivClassName
{
background-color: #986D7A;
}
.BgClassName
{
background-color: #986D7A;
}
</style>
border-color css
<style>
span { border-color: #986D7A; }
span { border-color: rgb(152,109,122); }
td.TdClassName
{
border-color: #986D7A;
}
.TagClassName
{
border-color: #986D7A;
}
</style>