Shades of Turkish Rose #99797C
Tints of Turkish Rose #99797C
RGB
CMYK
RGB Variations
Color information
#99797C (or 0x99797C) is known color: Turkish Rose. HEX triplet: 99, 79 and 7C. RGB value is (153,121,124). Sum of RGB (Red+Green+Blue) = 153+121+124=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #99797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99797C is #668683. Grayscale: #828282. Windows color (decimal): -6719108 or 8157593. OLE color: 8157593.
HSL color Cylindrical-coordinate representation of color #99797C: hue angle of 354.38º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99797C is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 124 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.4 |
| HSL | 354.38º | 0.14% | 0.54% | - |
| HSV(B) | 354.38º | 0.21% | 0.6% | - |
| XYZ | 23.61 | 21.9 | 22.05 | - |
| YUV | 130.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 124 | 0 | 0.21 | 0.19 | 0.4 | 354.38 | 0.14 | 0.54 |
| Hex | 99 | 79 | 7C | 0 | 15 | 13 | 28 | 162 | E | 36 |
| Octal | 231 | 171 | 174 | 0 | 25 | 23 | 50 | 542 | 16 | 66 |
| Binary | 10011001 | 1111001 | 1111100 | 0 | 10101 | 10011 | 101000 | 101100010 | 1110 | 110110 |
Color Harmonies of #99797C
Complementary color
Monochromatic Colors of #99797C
Black with #99797C
Text Example
Text Example
White with #99797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99797C; }
p { color: rgb(153,121,124); }
H1.HeaderClassName
{
color: #99797C;
}
.AnyTagClassName
{
color: #99797C;
}
</style>
background-color css
<style>
a { background-color: #99797C; }
a { background-color: rgb(153,121,124); }
div.DivClassName
{
background-color: #99797C;
}
.BgClassName
{
background-color: #99797C;
}
</style>
border-color css
<style>
span { border-color: #99797C; }
span { border-color: rgb(153,121,124); }
td.TdClassName
{
border-color: #99797C;
}
.TagClassName
{
border-color: #99797C;
}
</style>