Shades of Turkish Rose #9C7B7C
Tints of Turkish Rose #9C7B7C
RGB
CMYK
RGB Variations
Color information
#9C7B7C (or 0x9C7B7C) is known color: Turkish Rose. HEX triplet: 9C, 7B and 7C. RGB value is (156,123,124). Sum of RGB (Red+Green+Blue) = 156+123+124=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B7C is #638483. Grayscale: #858585. Windows color (decimal): -6521988 or 8158108. OLE color: 8158108.
HSL color Cylindrical-coordinate representation of color #9C7B7C: hue angle of 358.18º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C7B7C is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 124 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.39 |
| HSL | 358.18º | 0.14% | 0.55% | - |
| HSV(B) | 358.18º | 0.21% | 0.61% | - |
| XYZ | 24.43 | 22.69 | 22.16 | - |
| YUV | 132.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 124 | 0 | 0.21 | 0.21 | 0.39 | 358.18 | 0.14 | 0.55 |
| Hex | 9C | 7B | 7C | 0 | 15 | 15 | 27 | 166 | E | 37 |
| Octal | 234 | 173 | 174 | 0 | 25 | 25 | 47 | 546 | 16 | 67 |
| Binary | 10011100 | 1111011 | 1111100 | 0 | 10101 | 10101 | 100111 | 101100110 | 1110 | 110111 |
Color Harmonies of #9C7B7C
Complementary color
Monochromatic Colors of #9C7B7C
Black with #9C7B7C
Text Example
Text Example
White with #9C7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B7C; }
p { color: rgb(156,123,124); }
H1.HeaderClassName
{
color: #9C7B7C;
}
.AnyTagClassName
{
color: #9C7B7C;
}
</style>
background-color css
<style>
a { background-color: #9C7B7C; }
a { background-color: rgb(156,123,124); }
div.DivClassName
{
background-color: #9C7B7C;
}
.BgClassName
{
background-color: #9C7B7C;
}
</style>
border-color css
<style>
span { border-color: #9C7B7C; }
span { border-color: rgb(156,123,124); }
td.TdClassName
{
border-color: #9C7B7C;
}
.TagClassName
{
border-color: #9C7B7C;
}
</style>