Shades of Turkish Rose #976E74
Tints of Turkish Rose #976E74
RGB
CMYK
RGB Variations
Color information
#976E74 (or 0x976E74) is known color: Turkish Rose. HEX triplet: 97, 6E and 74. RGB value is (151,110,116). Sum of RGB (Red+Green+Blue) = 151+110+116=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #976E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976E74 is #68918B. Grayscale: #7A7A7A. Windows color (decimal): -6853004 or 7630487. OLE color: 7630487.
HSL color Cylindrical-coordinate representation of color #976E74: hue angle of 351.22º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #976E74 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 110 | 116 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.41 |
| HSL | 351.22º | 0.16% | 0.51% | - |
| HSV(B) | 351.22º | 0.27% | 0.59% | - |
| XYZ | 21.49 | 18.99 | 19.06 | - |
| YUV | 122.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 116 | 0 | 0.27 | 0.23 | 0.41 | 351.22 | 0.16 | 0.51 |
| Hex | 97 | 6E | 74 | 0 | 1B | 17 | 29 | 15F | 10 | 33 |
| Octal | 227 | 156 | 164 | 0 | 33 | 27 | 51 | 537 | 20 | 63 |
| Binary | 10010111 | 1101110 | 1110100 | 0 | 11011 | 10111 | 101001 | 101011111 | 10000 | 110011 |
Color Harmonies of #976E74
Complementary color
Monochromatic Colors of #976E74
Black with #976E74
Text Example
Text Example
White with #976E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976E74; }
p { color: rgb(151,110,116); }
H1.HeaderClassName
{
color: #976E74;
}
.AnyTagClassName
{
color: #976E74;
}
</style>
background-color css
<style>
a { background-color: #976E74; }
a { background-color: rgb(151,110,116); }
div.DivClassName
{
background-color: #976E74;
}
.BgClassName
{
background-color: #976E74;
}
</style>
border-color css
<style>
span { border-color: #976E74; }
span { border-color: rgb(151,110,116); }
td.TdClassName
{
border-color: #976E74;
}
.TagClassName
{
border-color: #976E74;
}
</style>