Shades of Turkish Rose #9D767D
Tints of Turkish Rose #9D767D
RGB
CMYK
RGB Variations
Color information
#9D767D (or 0x9D767D) is known color: Turkish Rose. HEX triplet: 9D, 76 and 7D. RGB value is (157,118,125). Sum of RGB (Red+Green+Blue) = 157+118+125=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 157 - color contains mainly: red. Hex color #9D767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D767D is #628982. Grayscale: #828282. Windows color (decimal): -6457731 or 8222365. OLE color: 8222365.
HSL color Cylindrical-coordinate representation of color #9D767D: hue angle of 349.23º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D767D is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 118 | 125 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.38 |
| HSL | 349.23º | 0.17% | 0.54% | - |
| HSV(B) | 349.23º | 0.25% | 0.62% | - |
| XYZ | 24.08 | 21.61 | 22.3 | - |
| YUV | 130.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 118 | 125 | 0 | 0.25 | 0.20 | 0.38 | 349.23 | 0.17 | 0.54 |
| Hex | 9D | 76 | 7D | 0 | 19 | 14 | 26 | 15D | 11 | 36 |
| Octal | 235 | 166 | 175 | 0 | 31 | 24 | 46 | 535 | 21 | 66 |
| Binary | 10011101 | 1110110 | 1111101 | 0 | 11001 | 10100 | 100110 | 101011101 | 10001 | 110110 |
Color Harmonies of #9D767D
Complementary color
Monochromatic Colors of #9D767D
Black with #9D767D
Text Example
Text Example
White with #9D767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D767D; }
p { color: rgb(157,118,125); }
H1.HeaderClassName
{
color: #9D767D;
}
.AnyTagClassName
{
color: #9D767D;
}
</style>
background-color css
<style>
a { background-color: #9D767D; }
a { background-color: rgb(157,118,125); }
div.DivClassName
{
background-color: #9D767D;
}
.BgClassName
{
background-color: #9D767D;
}
</style>
border-color css
<style>
span { border-color: #9D767D; }
span { border-color: rgb(157,118,125); }
td.TdClassName
{
border-color: #9D767D;
}
.TagClassName
{
border-color: #9D767D;
}
</style>