Shades of Turkish Rose #997E7F
Tints of Turkish Rose #997E7F
RGB
CMYK
RGB Variations
Color information
#997E7F (or 0x997E7F) is known color: Turkish Rose. HEX triplet: 99, 7E and 7F. RGB value is (153,126,127). Sum of RGB (Red+Green+Blue) = 153+126+127=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #997E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E7F is #668180. Grayscale: #868686. Windows color (decimal): -6717825 or 8355481. OLE color: 8355481.
HSL color Cylindrical-coordinate representation of color #997E7F: hue angle of 357.78º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #997E7F is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 126 | 127 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.4 |
| HSL | 357.78º | 0.12% | 0.55% | - |
| HSV(B) | 357.78º | 0.18% | 0.6% | - |
| XYZ | 24.43 | 23.23 | 23.27 | - |
| YUV | 134.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 127 | 0 | 0.18 | 0.17 | 0.4 | 357.78 | 0.12 | 0.55 |
| Hex | 99 | 7E | 7F | 0 | 12 | 11 | 28 | 166 | C | 37 |
| Octal | 231 | 176 | 177 | 0 | 22 | 21 | 50 | 546 | 14 | 67 |
| Binary | 10011001 | 1111110 | 1111111 | 0 | 10010 | 10001 | 101000 | 101100110 | 1100 | 110111 |
Color Harmonies of #997E7F
Complementary color
Monochromatic Colors of #997E7F
Black with #997E7F
Text Example
Text Example
White with #997E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997E7F; }
p { color: rgb(153,126,127); }
H1.HeaderClassName
{
color: #997E7F;
}
.AnyTagClassName
{
color: #997E7F;
}
</style>
background-color css
<style>
a { background-color: #997E7F; }
a { background-color: rgb(153,126,127); }
div.DivClassName
{
background-color: #997E7F;
}
.BgClassName
{
background-color: #997E7F;
}
</style>
border-color css
<style>
span { border-color: #997E7F; }
span { border-color: rgb(153,126,127); }
td.TdClassName
{
border-color: #997E7F;
}
.TagClassName
{
border-color: #997E7F;
}
</style>