Shades of Turkish Rose #956F76
Tints of Turkish Rose #956F76
RGB
CMYK
RGB Variations
Color information
#956F76 (or 0x956F76) is known color: Turkish Rose. HEX triplet: 95, 6F and 76. RGB value is (149,111,118). Sum of RGB (Red+Green+Blue) = 149+111+118=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #956F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F76 is #6A9089. Grayscale: #7B7B7B. Windows color (decimal): -6983818 or 7761813. OLE color: 7761813.
HSL color Cylindrical-coordinate representation of color #956F76: hue angle of 348.95º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #956F76 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 118 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.42 |
| HSL | 348.95º | 0.15% | 0.51% | - |
| HSV(B) | 348.95º | 0.26% | 0.58% | - |
| XYZ | 21.35 | 19.07 | 19.69 | - |
| YUV | 123.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 118 | 0 | 0.26 | 0.21 | 0.42 | 348.95 | 0.15 | 0.51 |
| Hex | 95 | 6F | 76 | 0 | 1A | 15 | 2A | 15D | F | 33 |
| Octal | 225 | 157 | 166 | 0 | 32 | 25 | 52 | 535 | 17 | 63 |
| Binary | 10010101 | 1101111 | 1110110 | 0 | 11010 | 10101 | 101010 | 101011101 | 1111 | 110011 |
Color Harmonies of #956F76
Complementary color
Monochromatic Colors of #956F76
Black with #956F76
Text Example
Text Example
White with #956F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F76; }
p { color: rgb(149,111,118); }
H1.HeaderClassName
{
color: #956F76;
}
.AnyTagClassName
{
color: #956F76;
}
</style>
background-color css
<style>
a { background-color: #956F76; }
a { background-color: rgb(149,111,118); }
div.DivClassName
{
background-color: #956F76;
}
.BgClassName
{
background-color: #956F76;
}
</style>
border-color css
<style>
span { border-color: #956F76; }
span { border-color: rgb(149,111,118); }
td.TdClassName
{
border-color: #956F76;
}
.TagClassName
{
border-color: #956F76;
}
</style>