Shades of Turkish Rose #99747A
Tints of Turkish Rose #99747A
RGB
CMYK
RGB Variations
Color information
#99747A (or 0x99747A) is known color: Turkish Rose. HEX triplet: 99, 74 and 7A. RGB value is (153,116,122). Sum of RGB (Red+Green+Blue) = 153+116+122=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #99747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99747A is #668B85. Grayscale: #7F7F7F. Windows color (decimal): -6720390 or 8025241. OLE color: 8025241.
HSL color Cylindrical-coordinate representation of color #99747A: hue angle of 350.27º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99747A is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 122 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.4 |
| HSL | 350.27º | 0.15% | 0.53% | - |
| HSV(B) | 350.27º | 0.24% | 0.6% | - |
| XYZ | 22.9 | 20.67 | 21.2 | - |
| YUV | 127.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 122 | 0 | 0.24 | 0.20 | 0.4 | 350.27 | 0.15 | 0.53 |
| Hex | 99 | 74 | 7A | 0 | 18 | 14 | 28 | 15E | F | 35 |
| Octal | 231 | 164 | 172 | 0 | 30 | 24 | 50 | 536 | 17 | 65 |
| Binary | 10011001 | 1110100 | 1111010 | 0 | 11000 | 10100 | 101000 | 101011110 | 1111 | 110101 |
Color Harmonies of #99747A
Complementary color
Monochromatic Colors of #99747A
Black with #99747A
Text Example
Text Example
White with #99747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99747A; }
p { color: rgb(153,116,122); }
H1.HeaderClassName
{
color: #99747A;
}
.AnyTagClassName
{
color: #99747A;
}
</style>
background-color css
<style>
a { background-color: #99747A; }
a { background-color: rgb(153,116,122); }
div.DivClassName
{
background-color: #99747A;
}
.BgClassName
{
background-color: #99747A;
}
</style>
border-color css
<style>
span { border-color: #99747A; }
span { border-color: rgb(153,116,122); }
td.TdClassName
{
border-color: #99747A;
}
.TagClassName
{
border-color: #99747A;
}
</style>