Shades of Turkish Rose #986F78
Tints of Turkish Rose #986F78
RGB
CMYK
RGB Variations
Color information
#986F78 (or 0x986F78) is known color: Turkish Rose. HEX triplet: 98, 6F and 78. RGB value is (152,111,120). Sum of RGB (Red+Green+Blue) = 152+111+120=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #986F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986F78 is #679087. Grayscale: #7C7C7C. Windows color (decimal): -6787208 or 7892888. OLE color: 7892888.
HSL color Cylindrical-coordinate representation of color #986F78: hue angle of 346.83º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #986F78 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 120 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.40 |
| HSL | 346.83º | 0.17% | 0.52% | - |
| HSV(B) | 346.83º | 0.27% | 0.6% | - |
| XYZ | 22.02 | 19.4 | 20.35 | - |
| YUV | 124.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 120 | 0 | 0.27 | 0.21 | 0.40 | 346.83 | 0.17 | 0.52 |
| Hex | 98 | 6F | 78 | 0 | 1B | 15 | 28 | 15B | 11 | 34 |
| Octal | 230 | 157 | 170 | 0 | 33 | 25 | 50 | 533 | 21 | 64 |
| Binary | 10011000 | 1101111 | 1111000 | 0 | 11011 | 10101 | 101000 | 101011011 | 10001 | 110100 |
Color Harmonies of #986F78
Complementary color
Monochromatic Colors of #986F78
Black with #986F78
Text Example
Text Example
White with #986F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F78; }
p { color: rgb(152,111,120); }
H1.HeaderClassName
{
color: #986F78;
}
.AnyTagClassName
{
color: #986F78;
}
</style>
background-color css
<style>
a { background-color: #986F78; }
a { background-color: rgb(152,111,120); }
div.DivClassName
{
background-color: #986F78;
}
.BgClassName
{
background-color: #986F78;
}
</style>
border-color css
<style>
span { border-color: #986F78; }
span { border-color: rgb(152,111,120); }
td.TdClassName
{
border-color: #986F78;
}
.TagClassName
{
border-color: #986F78;
}
</style>