Shades of Turkish Rose #957B7E
Tints of Turkish Rose #957B7E
RGB
CMYK
RGB Variations
Color information
#957B7E (or 0x957B7E) is known color: Turkish Rose. HEX triplet: 95, 7B and 7E. RGB value is (149,123,126). Sum of RGB (Red+Green+Blue) = 149+123+126=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #957B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B7E is #6A8481. Grayscale: #838383. Windows color (decimal): -6980738 or 8289173. OLE color: 8289173.
HSL color Cylindrical-coordinate representation of color #957B7E: hue angle of 353.08º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #957B7E is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 123 | 126 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.42 |
| HSL | 353.08º | 0.11% | 0.53% | - |
| HSV(B) | 353.08º | 0.17% | 0.58% | - |
| XYZ | 23.24 | 22.06 | 22.77 | - |
| YUV | 131.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 126 | 0 | 0.17 | 0.15 | 0.42 | 353.08 | 0.11 | 0.53 |
| Hex | 95 | 7B | 7E | 0 | 11 | F | 2A | 161 | B | 35 |
| Octal | 225 | 173 | 176 | 0 | 21 | 17 | 52 | 541 | 13 | 65 |
| Binary | 10010101 | 1111011 | 1111110 | 0 | 10001 | 1111 | 101010 | 101100001 | 1011 | 110101 |
Color Harmonies of #957B7E
Complementary color
Monochromatic Colors of #957B7E
Black with #957B7E
Text Example
Text Example
White with #957B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957B7E; }
p { color: rgb(149,123,126); }
H1.HeaderClassName
{
color: #957B7E;
}
.AnyTagClassName
{
color: #957B7E;
}
</style>
background-color css
<style>
a { background-color: #957B7E; }
a { background-color: rgb(149,123,126); }
div.DivClassName
{
background-color: #957B7E;
}
.BgClassName
{
background-color: #957B7E;
}
</style>
border-color css
<style>
span { border-color: #957B7E; }
span { border-color: rgb(149,123,126); }
td.TdClassName
{
border-color: #957B7E;
}
.TagClassName
{
border-color: #957B7E;
}
</style>