Shades of Turkish Rose #997F82
Tints of Turkish Rose #997F82
RGB
CMYK
RGB Variations
Color information
#997F82 (or 0x997F82) is known color: Turkish Rose. HEX triplet: 99, 7F and 82. RGB value is (153,127,130). Sum of RGB (Red+Green+Blue) = 153+127+130=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #997F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997F82 is #66807D. Grayscale: #878787. Windows color (decimal): -6717566 or 8552345. OLE color: 8552345.
HSL color Cylindrical-coordinate representation of color #997F82: hue angle of 353.08º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #997F82 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 130 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.4 |
| HSL | 353.08º | 0.11% | 0.55% | - |
| HSV(B) | 353.08º | 0.17% | 0.6% | - |
| XYZ | 24.76 | 23.56 | 24.36 | - |
| YUV | 135.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 130 | 0 | 0.17 | 0.15 | 0.4 | 353.08 | 0.11 | 0.55 |
| Hex | 99 | 7F | 82 | 0 | 11 | F | 28 | 161 | B | 37 |
| Octal | 231 | 177 | 202 | 0 | 21 | 17 | 50 | 541 | 13 | 67 |
| Binary | 10011001 | 1111111 | 10000010 | 0 | 10001 | 1111 | 101000 | 101100001 | 1011 | 110111 |
Color Harmonies of #997F82
Complementary color
Monochromatic Colors of #997F82
Black with #997F82
Text Example
Text Example
White with #997F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F82; }
p { color: rgb(153,127,130); }
H1.HeaderClassName
{
color: #997F82;
}
.AnyTagClassName
{
color: #997F82;
}
</style>
background-color css
<style>
a { background-color: #997F82; }
a { background-color: rgb(153,127,130); }
div.DivClassName
{
background-color: #997F82;
}
.BgClassName
{
background-color: #997F82;
}
</style>
border-color css
<style>
span { border-color: #997F82; }
span { border-color: rgb(153,127,130); }
td.TdClassName
{
border-color: #997F82;
}
.TagClassName
{
border-color: #997F82;
}
</style>