Shades of Turkish Rose #977C7F
Tints of Turkish Rose #977C7F
RGB
CMYK
RGB Variations
Color information
#977C7F (or 0x977C7F) is known color: Turkish Rose. HEX triplet: 97, 7C and 7F. RGB value is (151,124,127). Sum of RGB (Red+Green+Blue) = 151+124+127=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #977C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977C7F is #688380. Grayscale: #848484. Windows color (decimal): -6849409 or 8354967. OLE color: 8354967.
HSL color Cylindrical-coordinate representation of color #977C7F: hue angle of 353.33º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #977C7F is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 124 | 127 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.41 |
| HSL | 353.33º | 0.11% | 0.54% | - |
| HSV(B) | 353.33º | 0.18% | 0.59% | - |
| XYZ | 23.8 | 22.53 | 23.17 | - |
| YUV | 132.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 127 | 0 | 0.18 | 0.16 | 0.41 | 353.33 | 0.11 | 0.54 |
| Hex | 97 | 7C | 7F | 0 | 12 | 10 | 29 | 161 | B | 36 |
| Octal | 227 | 174 | 177 | 0 | 22 | 20 | 51 | 541 | 13 | 66 |
| Binary | 10010111 | 1111100 | 1111111 | 0 | 10010 | 10000 | 101001 | 101100001 | 1011 | 110110 |
Color Harmonies of #977C7F
Complementary color
Monochromatic Colors of #977C7F
Black with #977C7F
Text Example
Text Example
White with #977C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977C7F; }
p { color: rgb(151,124,127); }
H1.HeaderClassName
{
color: #977C7F;
}
.AnyTagClassName
{
color: #977C7F;
}
</style>
background-color css
<style>
a { background-color: #977C7F; }
a { background-color: rgb(151,124,127); }
div.DivClassName
{
background-color: #977C7F;
}
.BgClassName
{
background-color: #977C7F;
}
</style>
border-color css
<style>
span { border-color: #977C7F; }
span { border-color: rgb(151,124,127); }
td.TdClassName
{
border-color: #977C7F;
}
.TagClassName
{
border-color: #977C7F;
}
</style>