Shades of Turkish Rose #98747B
Tints of Turkish Rose #98747B
RGB
CMYK
RGB Variations
Color information
#98747B (or 0x98747B) is known color: Turkish Rose. HEX triplet: 98, 74 and 7B. RGB value is (152,116,123). Sum of RGB (Red+Green+Blue) = 152+116+123=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #98747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98747B is #678B84. Grayscale: #7F7F7F. Windows color (decimal): -6785925 or 8090776. OLE color: 8090776.
HSL color Cylindrical-coordinate representation of color #98747B: hue angle of 348.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98747B is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 123 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.40 |
| HSL | 348.33º | 0.15% | 0.53% | - |
| HSV(B) | 348.33º | 0.24% | 0.6% | - |
| XYZ | 22.77 | 20.6 | 21.51 | - |
| YUV | 127.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 123 | 0 | 0.24 | 0.19 | 0.40 | 348.33 | 0.15 | 0.53 |
| Hex | 98 | 74 | 7B | 0 | 18 | 13 | 28 | 15C | F | 35 |
| Octal | 230 | 164 | 173 | 0 | 30 | 23 | 50 | 534 | 17 | 65 |
| Binary | 10011000 | 1110100 | 1111011 | 0 | 11000 | 10011 | 101000 | 101011100 | 1111 | 110101 |
Color Harmonies of #98747B
Complementary color
Monochromatic Colors of #98747B
Black with #98747B
Text Example
Text Example
White with #98747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98747B; }
p { color: rgb(152,116,123); }
H1.HeaderClassName
{
color: #98747B;
}
.AnyTagClassName
{
color: #98747B;
}
</style>
background-color css
<style>
a { background-color: #98747B; }
a { background-color: rgb(152,116,123); }
div.DivClassName
{
background-color: #98747B;
}
.BgClassName
{
background-color: #98747B;
}
</style>
border-color css
<style>
span { border-color: #98747B; }
span { border-color: rgb(152,116,123); }
td.TdClassName
{
border-color: #98747B;
}
.TagClassName
{
border-color: #98747B;
}
</style>