Shades of Turkish Rose #99737A
Tints of Turkish Rose #99737A
RGB
CMYK
RGB Variations
Color information
#99737A (or 0x99737A) is known color: Turkish Rose. HEX triplet: 99, 73 and 7A. RGB value is (153,115,122). Sum of RGB (Red+Green+Blue) = 153+115+122=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #99737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99737A is #668C85. Grayscale: #7F7F7F. Windows color (decimal): -6720646 or 8024985. OLE color: 8024985.
HSL color Cylindrical-coordinate representation of color #99737A: hue angle of 348.95º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99737A is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 122 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.4 |
| HSL | 348.95º | 0.16% | 0.53% | - |
| HSV(B) | 348.95º | 0.25% | 0.6% | - |
| XYZ | 22.78 | 20.44 | 21.16 | - |
| YUV | 127.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 122 | 0 | 0.25 | 0.20 | 0.4 | 348.95 | 0.16 | 0.53 |
| Hex | 99 | 73 | 7A | 0 | 19 | 14 | 28 | 15D | 10 | 35 |
| Octal | 231 | 163 | 172 | 0 | 31 | 24 | 50 | 535 | 20 | 65 |
| Binary | 10011001 | 1110011 | 1111010 | 0 | 11001 | 10100 | 101000 | 101011101 | 10000 | 110101 |
Color Harmonies of #99737A
Complementary color
Monochromatic Colors of #99737A
Black with #99737A
Text Example
Text Example
White with #99737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99737A; }
p { color: rgb(153,115,122); }
H1.HeaderClassName
{
color: #99737A;
}
.AnyTagClassName
{
color: #99737A;
}
</style>
background-color css
<style>
a { background-color: #99737A; }
a { background-color: rgb(153,115,122); }
div.DivClassName
{
background-color: #99737A;
}
.BgClassName
{
background-color: #99737A;
}
</style>
border-color css
<style>
span { border-color: #99737A; }
span { border-color: rgb(153,115,122); }
td.TdClassName
{
border-color: #99737A;
}
.TagClassName
{
border-color: #99737A;
}
</style>