Shades of Turkish Rose #98777A
Tints of Turkish Rose #98777A
RGB
CMYK
RGB Variations
Color information
#98777A (or 0x98777A) is known color: Turkish Rose. HEX triplet: 98, 77 and 7A. RGB value is (152,119,122). Sum of RGB (Red+Green+Blue) = 152+119+122=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98777A is #678885. Grayscale: #818181. Windows color (decimal): -6785158 or 8026008. OLE color: 8026008.
HSL color Cylindrical-coordinate representation of color #98777A: hue angle of 354.55º 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 #98777A is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 122 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.40 |
| HSL | 354.55º | 0.14% | 0.53% | - |
| HSV(B) | 354.55º | 0.22% | 0.6% | - |
| XYZ | 23.06 | 21.27 | 21.3 | - |
| YUV | 129.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 122 | 0 | 0.22 | 0.20 | 0.40 | 354.55 | 0.14 | 0.53 |
| Hex | 98 | 77 | 7A | 0 | 16 | 14 | 28 | 163 | E | 35 |
| Octal | 230 | 167 | 172 | 0 | 26 | 24 | 50 | 543 | 16 | 65 |
| Binary | 10011000 | 1110111 | 1111010 | 0 | 10110 | 10100 | 101000 | 101100011 | 1110 | 110101 |
Color Harmonies of #98777A
Complementary color
Monochromatic Colors of #98777A
Black with #98777A
Text Example
Text Example
White with #98777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98777A; }
p { color: rgb(152,119,122); }
H1.HeaderClassName
{
color: #98777A;
}
.AnyTagClassName
{
color: #98777A;
}
</style>
background-color css
<style>
a { background-color: #98777A; }
a { background-color: rgb(152,119,122); }
div.DivClassName
{
background-color: #98777A;
}
.BgClassName
{
background-color: #98777A;
}
</style>
border-color css
<style>
span { border-color: #98777A; }
span { border-color: rgb(152,119,122); }
td.TdClassName
{
border-color: #98777A;
}
.TagClassName
{
border-color: #98777A;
}
</style>