Shades of Turkish Rose #977C7D
Tints of Turkish Rose #977C7D
RGB
CMYK
RGB Variations
Color information
#977C7D (or 0x977C7D) is known color: Turkish Rose. HEX triplet: 97, 7C and 7D. RGB value is (151,124,125). Sum of RGB (Red+Green+Blue) = 151+124+125=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #977C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977C7D is #688382. Grayscale: #848484. Windows color (decimal): -6849411 or 8223895. OLE color: 8223895.
HSL color Cylindrical-coordinate representation of color #977C7D: hue angle of 357.78º 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 #977C7D is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 124 | 125 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.41 |
| HSL | 357.78º | 0.11% | 0.54% | - |
| HSV(B) | 357.78º | 0.18% | 0.59% | - |
| XYZ | 23.67 | 22.48 | 22.49 | - |
| YUV | 132.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 125 | 0 | 0.18 | 0.17 | 0.41 | 357.78 | 0.11 | 0.54 |
| Hex | 97 | 7C | 7D | 0 | 12 | 11 | 29 | 166 | B | 36 |
| Octal | 227 | 174 | 175 | 0 | 22 | 21 | 51 | 546 | 13 | 66 |
| Binary | 10010111 | 1111100 | 1111101 | 0 | 10010 | 10001 | 101001 | 101100110 | 1011 | 110110 |
Color Harmonies of #977C7D
Complementary color
Monochromatic Colors of #977C7D
Black with #977C7D
Text Example
Text Example
White with #977C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977C7D; }
p { color: rgb(151,124,125); }
H1.HeaderClassName
{
color: #977C7D;
}
.AnyTagClassName
{
color: #977C7D;
}
</style>
background-color css
<style>
a { background-color: #977C7D; }
a { background-color: rgb(151,124,125); }
div.DivClassName
{
background-color: #977C7D;
}
.BgClassName
{
background-color: #977C7D;
}
</style>
border-color css
<style>
span { border-color: #977C7D; }
span { border-color: rgb(151,124,125); }
td.TdClassName
{
border-color: #977C7D;
}
.TagClassName
{
border-color: #977C7D;
}
</style>