Shades of Turkish Rose #996F7B
Tints of Turkish Rose #996F7B
RGB
CMYK
RGB Variations
Color information
#996F7B (or 0x996F7B) is known color: Turkish Rose. HEX triplet: 99, 6F and 7B. RGB value is (153,111,123). Sum of RGB (Red+Green+Blue) = 153+111+123=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #996F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F7B is #669084. Grayscale: #7C7C7C. Windows color (decimal): -6721669 or 8089497. OLE color: 8089497.
HSL color Cylindrical-coordinate representation of color #996F7B: hue angle of 342.86º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #996F7B is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 123 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.4 |
| HSL | 342.86º | 0.17% | 0.52% | - |
| HSV(B) | 342.86º | 0.27% | 0.6% | - |
| XYZ | 22.4 | 19.57 | 21.34 | - |
| YUV | 124.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 123 | 0 | 0.27 | 0.20 | 0.4 | 342.86 | 0.17 | 0.52 |
| Hex | 99 | 6F | 7B | 0 | 1B | 14 | 28 | 157 | 11 | 34 |
| Octal | 231 | 157 | 173 | 0 | 33 | 24 | 50 | 527 | 21 | 64 |
| Binary | 10011001 | 1101111 | 1111011 | 0 | 11011 | 10100 | 101000 | 101010111 | 10001 | 110100 |
Color Harmonies of #996F7B
Complementary color
Monochromatic Colors of #996F7B
Black with #996F7B
Text Example
Text Example
White with #996F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F7B; }
p { color: rgb(153,111,123); }
H1.HeaderClassName
{
color: #996F7B;
}
.AnyTagClassName
{
color: #996F7B;
}
</style>
background-color css
<style>
a { background-color: #996F7B; }
a { background-color: rgb(153,111,123); }
div.DivClassName
{
background-color: #996F7B;
}
.BgClassName
{
background-color: #996F7B;
}
</style>
border-color css
<style>
span { border-color: #996F7B; }
span { border-color: rgb(153,111,123); }
td.TdClassName
{
border-color: #996F7B;
}
.TagClassName
{
border-color: #996F7B;
}
</style>