Shades of Turkish Rose #9D7B7C
Tints of Turkish Rose #9D7B7C
RGB
CMYK
RGB Variations
Color information
#9D7B7C (or 0x9D7B7C) is known color: Turkish Rose. HEX triplet: 9D, 7B and 7C. RGB value is (157,123,124). Sum of RGB (Red+Green+Blue) = 157+123+124=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7B7C is #628483. Grayscale: #858585. Windows color (decimal): -6456452 or 8158109. OLE color: 8158109.
HSL color Cylindrical-coordinate representation of color #9D7B7C: hue angle of 358.24º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D7B7C is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 123 | 124 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.38 |
| HSL | 358.24º | 0.15% | 0.55% | - |
| HSV(B) | 358.24º | 0.22% | 0.62% | - |
| XYZ | 24.63 | 22.79 | 22.17 | - |
| YUV | 133.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 123 | 124 | 0 | 0.22 | 0.21 | 0.38 | 358.24 | 0.15 | 0.55 |
| Hex | 9D | 7B | 7C | 0 | 16 | 15 | 26 | 166 | F | 37 |
| Octal | 235 | 173 | 174 | 0 | 26 | 25 | 46 | 546 | 17 | 67 |
| Binary | 10011101 | 1111011 | 1111100 | 0 | 10110 | 10101 | 100110 | 101100110 | 1111 | 110111 |
Color Harmonies of #9D7B7C
Complementary color
Monochromatic Colors of #9D7B7C
Black with #9D7B7C
Text Example
Text Example
White with #9D7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7B7C; }
p { color: rgb(157,123,124); }
H1.HeaderClassName
{
color: #9D7B7C;
}
.AnyTagClassName
{
color: #9D7B7C;
}
</style>
background-color css
<style>
a { background-color: #9D7B7C; }
a { background-color: rgb(157,123,124); }
div.DivClassName
{
background-color: #9D7B7C;
}
.BgClassName
{
background-color: #9D7B7C;
}
</style>
border-color css
<style>
span { border-color: #9D7B7C; }
span { border-color: rgb(157,123,124); }
td.TdClassName
{
border-color: #9D7B7C;
}
.TagClassName
{
border-color: #9D7B7C;
}
</style>