Shades of Turkish Rose #95797C
Tints of Turkish Rose #95797C
RGB
CMYK
RGB Variations
Color information
#95797C (or 0x95797C) is known color: Turkish Rose. HEX triplet: 95, 79 and 7C. RGB value is (149,121,124). Sum of RGB (Red+Green+Blue) = 149+121+124=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #95797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95797C is #6A8683. Grayscale: #818181. Windows color (decimal): -6981252 or 8157589. OLE color: 8157589.
HSL color Cylindrical-coordinate representation of color #95797C: hue angle of 353.57º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95797C is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 121 | 124 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.42 |
| HSL | 353.57º | 0.12% | 0.53% | - |
| HSV(B) | 353.57º | 0.19% | 0.58% | - |
| XYZ | 22.87 | 21.52 | 22.02 | - |
| YUV | 129.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 124 | 0 | 0.19 | 0.17 | 0.42 | 353.57 | 0.12 | 0.53 |
| Hex | 95 | 79 | 7C | 0 | 13 | 11 | 2A | 162 | C | 35 |
| Octal | 225 | 171 | 174 | 0 | 23 | 21 | 52 | 542 | 14 | 65 |
| Binary | 10010101 | 1111001 | 1111100 | 0 | 10011 | 10001 | 101010 | 101100010 | 1100 | 110101 |
Color Harmonies of #95797C
Complementary color
Monochromatic Colors of #95797C
Black with #95797C
Text Example
Text Example
White with #95797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95797C; }
p { color: rgb(149,121,124); }
H1.HeaderClassName
{
color: #95797C;
}
.AnyTagClassName
{
color: #95797C;
}
</style>
background-color css
<style>
a { background-color: #95797C; }
a { background-color: rgb(149,121,124); }
div.DivClassName
{
background-color: #95797C;
}
.BgClassName
{
background-color: #95797C;
}
</style>
border-color css
<style>
span { border-color: #95797C; }
span { border-color: rgb(149,121,124); }
td.TdClassName
{
border-color: #95797C;
}
.TagClassName
{
border-color: #95797C;
}
</style>