Shades of Turkish Rose #9C767D
Tints of Turkish Rose #9C767D
RGB
CMYK
RGB Variations
Color information
#9C767D (or 0x9C767D) is known color: Turkish Rose. HEX triplet: 9C, 76 and 7D. RGB value is (156,118,125). Sum of RGB (Red+Green+Blue) = 156+118+125=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C767D is #638982. Grayscale: #828282. Windows color (decimal): -6523267 or 8222364. OLE color: 8222364.
HSL color Cylindrical-coordinate representation of color #9C767D: hue angle of 348.95º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C767D is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 118 | 125 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.39 |
| HSL | 348.95º | 0.16% | 0.54% | - |
| HSV(B) | 348.95º | 0.24% | 0.61% | - |
| XYZ | 23.89 | 21.51 | 22.29 | - |
| YUV | 130.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 125 | 0 | 0.24 | 0.20 | 0.39 | 348.95 | 0.16 | 0.54 |
| Hex | 9C | 76 | 7D | 0 | 18 | 14 | 27 | 15D | 10 | 36 |
| Octal | 234 | 166 | 175 | 0 | 30 | 24 | 47 | 535 | 20 | 66 |
| Binary | 10011100 | 1110110 | 1111101 | 0 | 11000 | 10100 | 100111 | 101011101 | 10000 | 110110 |
Color Harmonies of #9C767D
Complementary color
Monochromatic Colors of #9C767D
Black with #9C767D
Text Example
Text Example
White with #9C767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C767D; }
p { color: rgb(156,118,125); }
H1.HeaderClassName
{
color: #9C767D;
}
.AnyTagClassName
{
color: #9C767D;
}
</style>
background-color css
<style>
a { background-color: #9C767D; }
a { background-color: rgb(156,118,125); }
div.DivClassName
{
background-color: #9C767D;
}
.BgClassName
{
background-color: #9C767D;
}
</style>
border-color css
<style>
span { border-color: #9C767D; }
span { border-color: rgb(156,118,125); }
td.TdClassName
{
border-color: #9C767D;
}
.TagClassName
{
border-color: #9C767D;
}
</style>