Shades of Turkish Rose #99757D
Tints of Turkish Rose #99757D
RGB
CMYK
RGB Variations
Color information
#99757D (or 0x99757D) is known color: Turkish Rose. HEX triplet: 99, 75 and 7D. RGB value is (153,117,125). Sum of RGB (Red+Green+Blue) = 153+117+125=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #99757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99757D is #668A82. Grayscale: #808080. Windows color (decimal): -6720131 or 8222105. OLE color: 8222105.
HSL color Cylindrical-coordinate representation of color #99757D: hue angle of 346.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 #99757D is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 125 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.4 |
| HSL | 346.67º | 0.15% | 0.53% | - |
| HSV(B) | 346.67º | 0.24% | 0.6% | - |
| XYZ | 23.2 | 20.98 | 22.23 | - |
| YUV | 128.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 125 | 0 | 0.24 | 0.18 | 0.4 | 346.67 | 0.15 | 0.53 |
| Hex | 99 | 75 | 7D | 0 | 18 | 12 | 28 | 15B | F | 35 |
| Octal | 231 | 165 | 175 | 0 | 30 | 22 | 50 | 533 | 17 | 65 |
| Binary | 10011001 | 1110101 | 1111101 | 0 | 11000 | 10010 | 101000 | 101011011 | 1111 | 110101 |
Color Harmonies of #99757D
Complementary color
Monochromatic Colors of #99757D
Black with #99757D
Text Example
Text Example
White with #99757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99757D; }
p { color: rgb(153,117,125); }
H1.HeaderClassName
{
color: #99757D;
}
.AnyTagClassName
{
color: #99757D;
}
</style>
background-color css
<style>
a { background-color: #99757D; }
a { background-color: rgb(153,117,125); }
div.DivClassName
{
background-color: #99757D;
}
.BgClassName
{
background-color: #99757D;
}
</style>
border-color css
<style>
span { border-color: #99757D; }
span { border-color: rgb(153,117,125); }
td.TdClassName
{
border-color: #99757D;
}
.TagClassName
{
border-color: #99757D;
}
</style>