Shades of Turkish Rose #977B7F
Tints of Turkish Rose #977B7F
RGB
CMYK
RGB Variations
Color information
#977B7F (or 0x977B7F) is known color: Turkish Rose. HEX triplet: 97, 7B and 7F. RGB value is (151,123,127). Sum of RGB (Red+Green+Blue) = 151+123+127=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #977B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977B7F is #688480. Grayscale: #838383. Windows color (decimal): -6849665 or 8354711. OLE color: 8354711.
HSL color Cylindrical-coordinate representation of color #977B7F: hue angle of 351.43º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #977B7F is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 123 | 127 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.41 |
| HSL | 351.43º | 0.12% | 0.54% | - |
| HSV(B) | 351.43º | 0.19% | 0.59% | - |
| XYZ | 23.68 | 22.28 | 23.13 | - |
| YUV | 131.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 127 | 0 | 0.19 | 0.16 | 0.41 | 351.43 | 0.12 | 0.54 |
| Hex | 97 | 7B | 7F | 0 | 13 | 10 | 29 | 15F | C | 36 |
| Octal | 227 | 173 | 177 | 0 | 23 | 20 | 51 | 537 | 14 | 66 |
| Binary | 10010111 | 1111011 | 1111111 | 0 | 10011 | 10000 | 101001 | 101011111 | 1100 | 110110 |
Color Harmonies of #977B7F
Complementary color
Monochromatic Colors of #977B7F
Black with #977B7F
Text Example
Text Example
White with #977B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977B7F; }
p { color: rgb(151,123,127); }
H1.HeaderClassName
{
color: #977B7F;
}
.AnyTagClassName
{
color: #977B7F;
}
</style>
background-color css
<style>
a { background-color: #977B7F; }
a { background-color: rgb(151,123,127); }
div.DivClassName
{
background-color: #977B7F;
}
.BgClassName
{
background-color: #977B7F;
}
</style>
border-color css
<style>
span { border-color: #977B7F; }
span { border-color: rgb(151,123,127); }
td.TdClassName
{
border-color: #977B7F;
}
.TagClassName
{
border-color: #977B7F;
}
</style>