Shades of Turkish Rose #9C7E7F
Tints of Turkish Rose #9C7E7F
RGB
CMYK
RGB Variations
Color information
#9C7E7F (or 0x9C7E7F) is known color: Turkish Rose. HEX triplet: 9C, 7E and 7F. RGB value is (156,126,127). Sum of RGB (Red+Green+Blue) = 156+126+127=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7E7F is #638180. Grayscale: #878787. Windows color (decimal): -6521217 or 8355484. OLE color: 8355484.
HSL color Cylindrical-coordinate representation of color #9C7E7F: hue angle of 358º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C7E7F is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 127 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.39 |
| HSL | 358º | 0.13% | 0.55% | - |
| HSV(B) | 358º | 0.19% | 0.61% | - |
| XYZ | 25 | 23.52 | 23.3 | - |
| YUV | 135.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 127 | 0 | 0.19 | 0.19 | 0.39 | 358 | 0.13 | 0.55 |
| Hex | 9C | 7E | 7F | 0 | 13 | 13 | 27 | 166 | D | 37 |
| Octal | 234 | 176 | 177 | 0 | 23 | 23 | 47 | 546 | 15 | 67 |
| Binary | 10011100 | 1111110 | 1111111 | 0 | 10011 | 10011 | 100111 | 101100110 | 1101 | 110111 |
Color Harmonies of #9C7E7F
Complementary color
Monochromatic Colors of #9C7E7F
Black with #9C7E7F
Text Example
Text Example
White with #9C7E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E7F; }
p { color: rgb(156,126,127); }
H1.HeaderClassName
{
color: #9C7E7F;
}
.AnyTagClassName
{
color: #9C7E7F;
}
</style>
background-color css
<style>
a { background-color: #9C7E7F; }
a { background-color: rgb(156,126,127); }
div.DivClassName
{
background-color: #9C7E7F;
}
.BgClassName
{
background-color: #9C7E7F;
}
</style>
border-color css
<style>
span { border-color: #9C7E7F; }
span { border-color: rgb(156,126,127); }
td.TdClassName
{
border-color: #9C7E7F;
}
.TagClassName
{
border-color: #9C7E7F;
}
</style>