Shades of Turkish Rose #98777B
Tints of Turkish Rose #98777B
RGB
CMYK
RGB Variations
Color information
#98777B (or 0x98777B) is known color: Turkish Rose. HEX triplet: 98, 77 and 7B. RGB value is (152,119,123). Sum of RGB (Red+Green+Blue) = 152+119+123=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #98777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98777B is #678884. Grayscale: #818181. Windows color (decimal): -6785157 or 8091544. OLE color: 8091544.
HSL color Cylindrical-coordinate representation of color #98777B: hue angle of 352.73º 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 #98777B is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 123 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.40 |
| HSL | 352.73º | 0.14% | 0.53% | - |
| HSV(B) | 352.73º | 0.22% | 0.6% | - |
| XYZ | 23.12 | 21.3 | 21.63 | - |
| YUV | 129.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 123 | 0 | 0.22 | 0.19 | 0.40 | 352.73 | 0.14 | 0.53 |
| Hex | 98 | 77 | 7B | 0 | 16 | 13 | 28 | 161 | E | 35 |
| Octal | 230 | 167 | 173 | 0 | 26 | 23 | 50 | 541 | 16 | 65 |
| Binary | 10011000 | 1110111 | 1111011 | 0 | 10110 | 10011 | 101000 | 101100001 | 1110 | 110101 |
Color Harmonies of #98777B
Complementary color
Monochromatic Colors of #98777B
Black with #98777B
Text Example
Text Example
White with #98777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98777B; }
p { color: rgb(152,119,123); }
H1.HeaderClassName
{
color: #98777B;
}
.AnyTagClassName
{
color: #98777B;
}
</style>
background-color css
<style>
a { background-color: #98777B; }
a { background-color: rgb(152,119,123); }
div.DivClassName
{
background-color: #98777B;
}
.BgClassName
{
background-color: #98777B;
}
</style>
border-color css
<style>
span { border-color: #98777B; }
span { border-color: rgb(152,119,123); }
td.TdClassName
{
border-color: #98777B;
}
.TagClassName
{
border-color: #98777B;
}
</style>