Shades of Turkish Rose #9E767A
Tints of Turkish Rose #9E767A
RGB
CMYK
RGB Variations
Color information
#9E767A (or 0x9E767A) is known color: Turkish Rose. HEX triplet: 9E, 76 and 7A. RGB value is (158,118,122). Sum of RGB (Red+Green+Blue) = 158+118+122=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 158 - color contains mainly: red. Hex color #9E767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E767A is #618985. Grayscale: #828282. Windows color (decimal): -6392198 or 8025758. OLE color: 8025758.
HSL color Cylindrical-coordinate representation of color #9E767A: hue angle of 354º 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 #9E767A is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 118 | 122 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.38 |
| HSL | 354º | 0.17% | 0.54% | - |
| HSV(B) | 354º | 0.25% | 0.62% | - |
| XYZ | 24.09 | 21.63 | 21.32 | - |
| YUV | 130.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 122 | 0 | 0.25 | 0.23 | 0.38 | 354 | 0.17 | 0.54 |
| Hex | 9E | 76 | 7A | 0 | 19 | 17 | 26 | 162 | 11 | 36 |
| Octal | 236 | 166 | 172 | 0 | 31 | 27 | 46 | 542 | 21 | 66 |
| Binary | 10011110 | 1110110 | 1111010 | 0 | 11001 | 10111 | 100110 | 101100010 | 10001 | 110110 |
Color Harmonies of #9E767A
Complementary color
Monochromatic Colors of #9E767A
Black with #9E767A
Text Example
Text Example
White with #9E767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E767A; }
p { color: rgb(158,118,122); }
H1.HeaderClassName
{
color: #9E767A;
}
.AnyTagClassName
{
color: #9E767A;
}
</style>
background-color css
<style>
a { background-color: #9E767A; }
a { background-color: rgb(158,118,122); }
div.DivClassName
{
background-color: #9E767A;
}
.BgClassName
{
background-color: #9E767A;
}
</style>
border-color css
<style>
span { border-color: #9E767A; }
span { border-color: rgb(158,118,122); }
td.TdClassName
{
border-color: #9E767A;
}
.TagClassName
{
border-color: #9E767A;
}
</style>