Shades of Turkish Rose #98797B
Tints of Turkish Rose #98797B
RGB
CMYK
RGB Variations
Color information
#98797B (or 0x98797B) is known color: Turkish Rose. HEX triplet: 98, 79 and 7B. RGB value is (152,121,123). Sum of RGB (Red+Green+Blue) = 152+121+123=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #98797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98797B is #678684. Grayscale: #828282. Windows color (decimal): -6784645 or 8092056. OLE color: 8092056.
HSL color Cylindrical-coordinate representation of color #98797B: hue angle of 356.13º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98797B is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 121 | 123 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.40 |
| HSL | 356.13º | 0.13% | 0.54% | - |
| HSV(B) | 356.13º | 0.2% | 0.6% | - |
| XYZ | 23.36 | 21.78 | 21.71 | - |
| YUV | 130.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 123 | 0 | 0.20 | 0.19 | 0.40 | 356.13 | 0.13 | 0.54 |
| Hex | 98 | 79 | 7B | 0 | 14 | 13 | 28 | 164 | D | 36 |
| Octal | 230 | 171 | 173 | 0 | 24 | 23 | 50 | 544 | 15 | 66 |
| Binary | 10011000 | 1111001 | 1111011 | 0 | 10100 | 10011 | 101000 | 101100100 | 1101 | 110110 |
Color Harmonies of #98797B
Complementary color
Monochromatic Colors of #98797B
Black with #98797B
Text Example
Text Example
White with #98797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98797B; }
p { color: rgb(152,121,123); }
H1.HeaderClassName
{
color: #98797B;
}
.AnyTagClassName
{
color: #98797B;
}
</style>
background-color css
<style>
a { background-color: #98797B; }
a { background-color: rgb(152,121,123); }
div.DivClassName
{
background-color: #98797B;
}
.BgClassName
{
background-color: #98797B;
}
</style>
border-color css
<style>
span { border-color: #98797B; }
span { border-color: rgb(152,121,123); }
td.TdClassName
{
border-color: #98797B;
}
.TagClassName
{
border-color: #98797B;
}
</style>