Shades of Turkish Rose #98767C
Tints of Turkish Rose #98767C
RGB
CMYK
RGB Variations
Color information
#98767C (or 0x98767C) is known color: Turkish Rose. HEX triplet: 98, 76 and 7C. RGB value is (152,118,124). Sum of RGB (Red+Green+Blue) = 152+118+124=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #98767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98767C is #678983. Grayscale: #808080. Windows color (decimal): -6785412 or 8156824. OLE color: 8156824.
HSL color Cylindrical-coordinate representation of color #98767C: hue angle of 349.41º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98767C is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 124 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.40 |
| HSL | 349.41º | 0.14% | 0.53% | - |
| HSV(B) | 349.41º | 0.22% | 0.6% | - |
| XYZ | 23.07 | 21.09 | 21.92 | - |
| YUV | 128.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 124 | 0 | 0.22 | 0.18 | 0.40 | 349.41 | 0.14 | 0.53 |
| Hex | 98 | 76 | 7C | 0 | 16 | 12 | 28 | 15D | E | 35 |
| Octal | 230 | 166 | 174 | 0 | 26 | 22 | 50 | 535 | 16 | 65 |
| Binary | 10011000 | 1110110 | 1111100 | 0 | 10110 | 10010 | 101000 | 101011101 | 1110 | 110101 |
Color Harmonies of #98767C
Complementary color
Monochromatic Colors of #98767C
Black with #98767C
Text Example
Text Example
White with #98767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98767C; }
p { color: rgb(152,118,124); }
H1.HeaderClassName
{
color: #98767C;
}
.AnyTagClassName
{
color: #98767C;
}
</style>
background-color css
<style>
a { background-color: #98767C; }
a { background-color: rgb(152,118,124); }
div.DivClassName
{
background-color: #98767C;
}
.BgClassName
{
background-color: #98767C;
}
</style>
border-color css
<style>
span { border-color: #98767C; }
span { border-color: rgb(152,118,124); }
td.TdClassName
{
border-color: #98767C;
}
.TagClassName
{
border-color: #98767C;
}
</style>