Shades of Turkish Rose #99757A
Tints of Turkish Rose #99757A
RGB
CMYK
RGB Variations
Color information
#99757A (or 0x99757A) is known color: Turkish Rose. HEX triplet: 99, 75 and 7A. RGB value is (153,117,122). Sum of RGB (Red+Green+Blue) = 153+117+122=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #99757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99757A is #668A85. Grayscale: #808080. Windows color (decimal): -6720134 or 8025497. OLE color: 8025497.
HSL color Cylindrical-coordinate representation of color #99757A: hue angle of 351.67º 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 #99757A is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 122 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.4 |
| HSL | 351.67º | 0.15% | 0.53% | - |
| HSV(B) | 351.67º | 0.24% | 0.6% | - |
| XYZ | 23.01 | 20.9 | 21.23 | - |
| YUV | 128.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 122 | 0 | 0.24 | 0.20 | 0.4 | 351.67 | 0.15 | 0.53 |
| Hex | 99 | 75 | 7A | 0 | 18 | 14 | 28 | 160 | F | 35 |
| Octal | 231 | 165 | 172 | 0 | 30 | 24 | 50 | 540 | 17 | 65 |
| Binary | 10011001 | 1110101 | 1111010 | 0 | 11000 | 10100 | 101000 | 101100000 | 1111 | 110101 |
Color Harmonies of #99757A
Complementary color
Monochromatic Colors of #99757A
Black with #99757A
Text Example
Text Example
White with #99757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99757A; }
p { color: rgb(153,117,122); }
H1.HeaderClassName
{
color: #99757A;
}
.AnyTagClassName
{
color: #99757A;
}
</style>
background-color css
<style>
a { background-color: #99757A; }
a { background-color: rgb(153,117,122); }
div.DivClassName
{
background-color: #99757A;
}
.BgClassName
{
background-color: #99757A;
}
</style>
border-color css
<style>
span { border-color: #99757A; }
span { border-color: rgb(153,117,122); }
td.TdClassName
{
border-color: #99757A;
}
.TagClassName
{
border-color: #99757A;
}
</style>