Shades of Turkish Rose #97717B
Tints of Turkish Rose #97717B
RGB
CMYK
RGB Variations
Color information
#97717B (or 0x97717B) is known color: Turkish Rose. HEX triplet: 97, 71 and 7B. RGB value is (151,113,123). Sum of RGB (Red+Green+Blue) = 151+113+123=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 151 - color contains mainly: red. Hex color #97717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97717B is #688E84. Grayscale: #7D7D7D. Windows color (decimal): -6852229 or 8090007. OLE color: 8090007.
HSL color Cylindrical-coordinate representation of color #97717B: hue angle of 344.21º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97717B is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 113 | 123 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.41 |
| HSL | 344.21º | 0.15% | 0.52% | - |
| HSV(B) | 344.21º | 0.25% | 0.59% | - |
| XYZ | 22.24 | 19.82 | 21.39 | - |
| YUV | 125.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 113 | 123 | 0 | 0.25 | 0.19 | 0.41 | 344.21 | 0.15 | 0.52 |
| Hex | 97 | 71 | 7B | 0 | 19 | 13 | 29 | 158 | F | 34 |
| Octal | 227 | 161 | 173 | 0 | 31 | 23 | 51 | 530 | 17 | 64 |
| Binary | 10010111 | 1110001 | 1111011 | 0 | 11001 | 10011 | 101001 | 101011000 | 1111 | 110100 |
Color Harmonies of #97717B
Complementary color
Monochromatic Colors of #97717B
Black with #97717B
Text Example
Text Example
White with #97717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97717B; }
p { color: rgb(151,113,123); }
H1.HeaderClassName
{
color: #97717B;
}
.AnyTagClassName
{
color: #97717B;
}
</style>
background-color css
<style>
a { background-color: #97717B; }
a { background-color: rgb(151,113,123); }
div.DivClassName
{
background-color: #97717B;
}
.BgClassName
{
background-color: #97717B;
}
</style>
border-color css
<style>
span { border-color: #97717B; }
span { border-color: rgb(151,113,123); }
td.TdClassName
{
border-color: #97717B;
}
.TagClassName
{
border-color: #97717B;
}
</style>