Shades of Turkish Rose #98717A
Tints of Turkish Rose #98717A
RGB
CMYK
RGB Variations
Color information
#98717A (or 0x98717A) is known color: Turkish Rose. HEX triplet: 98, 71 and 7A. RGB value is (152,113,122). Sum of RGB (Red+Green+Blue) = 152+113+122=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #98717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98717A is #678E85. Grayscale: #7D7D7D. Windows color (decimal): -6786694 or 8024472. OLE color: 8024472.
HSL color Cylindrical-coordinate representation of color #98717A: hue angle of 346.15º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98717A is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 122 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.40 |
| HSL | 346.15º | 0.16% | 0.52% | - |
| HSV(B) | 346.15º | 0.26% | 0.6% | - |
| XYZ | 22.37 | 19.89 | 21.07 | - |
| YUV | 125.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 122 | 0 | 0.26 | 0.20 | 0.40 | 346.15 | 0.16 | 0.52 |
| Hex | 98 | 71 | 7A | 0 | 1A | 14 | 28 | 15A | 10 | 34 |
| Octal | 230 | 161 | 172 | 0 | 32 | 24 | 50 | 532 | 20 | 64 |
| Binary | 10011000 | 1110001 | 1111010 | 0 | 11010 | 10100 | 101000 | 101011010 | 10000 | 110100 |
Color Harmonies of #98717A
Complementary color
Monochromatic Colors of #98717A
Black with #98717A
Text Example
Text Example
White with #98717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98717A; }
p { color: rgb(152,113,122); }
H1.HeaderClassName
{
color: #98717A;
}
.AnyTagClassName
{
color: #98717A;
}
</style>
background-color css
<style>
a { background-color: #98717A; }
a { background-color: rgb(152,113,122); }
div.DivClassName
{
background-color: #98717A;
}
.BgClassName
{
background-color: #98717A;
}
</style>
border-color css
<style>
span { border-color: #98717A; }
span { border-color: rgb(152,113,122); }
td.TdClassName
{
border-color: #98717A;
}
.TagClassName
{
border-color: #98717A;
}
</style>