Shades of Turkish Rose #977A7E
Tints of Turkish Rose #977A7E
RGB
CMYK
RGB Variations
Color information
#977A7E (or 0x977A7E) is known color: Turkish Rose. HEX triplet: 97, 7A and 7E. RGB value is (151,122,126). Sum of RGB (Red+Green+Blue) = 151+122+126=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #977A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977A7E is #688581. Grayscale: #838383. Windows color (decimal): -6849922 or 8288919. OLE color: 8288919.
HSL color Cylindrical-coordinate representation of color #977A7E: hue angle of 351.72º 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 #977A7E is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 126 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.41 |
| HSL | 351.72º | 0.12% | 0.54% | - |
| HSV(B) | 351.72º | 0.19% | 0.59% | - |
| XYZ | 23.49 | 22 | 22.75 | - |
| YUV | 131.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 126 | 0 | 0.19 | 0.17 | 0.41 | 351.72 | 0.12 | 0.54 |
| Hex | 97 | 7A | 7E | 0 | 13 | 11 | 29 | 160 | C | 36 |
| Octal | 227 | 172 | 176 | 0 | 23 | 21 | 51 | 540 | 14 | 66 |
| Binary | 10010111 | 1111010 | 1111110 | 0 | 10011 | 10001 | 101001 | 101100000 | 1100 | 110110 |
Color Harmonies of #977A7E
Complementary color
Monochromatic Colors of #977A7E
Black with #977A7E
Text Example
Text Example
White with #977A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A7E; }
p { color: rgb(151,122,126); }
H1.HeaderClassName
{
color: #977A7E;
}
.AnyTagClassName
{
color: #977A7E;
}
</style>
background-color css
<style>
a { background-color: #977A7E; }
a { background-color: rgb(151,122,126); }
div.DivClassName
{
background-color: #977A7E;
}
.BgClassName
{
background-color: #977A7E;
}
</style>
border-color css
<style>
span { border-color: #977A7E; }
span { border-color: rgb(151,122,126); }
td.TdClassName
{
border-color: #977A7E;
}
.TagClassName
{
border-color: #977A7E;
}
</style>