Shades of Turkish Rose #9F767A
Tints of Turkish Rose #9F767A
RGB
CMYK
RGB Variations
Color information
#9F767A (or 0x9F767A) is known color: Turkish Rose. HEX triplet: 9F, 76 and 7A. RGB value is (159,118,122). Sum of RGB (Red+Green+Blue) = 159+118+122=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F767A is #608985. Grayscale: #828282. Windows color (decimal): -6326662 or 8025759. OLE color: 8025759.
HSL color Cylindrical-coordinate representation of color #9F767A: hue angle of 354.15º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F767A is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 122 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.38 |
| HSL | 354.15º | 0.18% | 0.54% | - |
| HSV(B) | 354.15º | 0.26% | 0.62% | - |
| XYZ | 24.29 | 21.73 | 21.33 | - |
| YUV | 130.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 122 | 0 | 0.26 | 0.23 | 0.38 | 354.15 | 0.18 | 0.54 |
| Hex | 9F | 76 | 7A | 0 | 1A | 17 | 26 | 162 | 12 | 36 |
| Octal | 237 | 166 | 172 | 0 | 32 | 27 | 46 | 542 | 22 | 66 |
| Binary | 10011111 | 1110110 | 1111010 | 0 | 11010 | 10111 | 100110 | 101100010 | 10010 | 110110 |
Color Harmonies of #9F767A
Complementary color
Monochromatic Colors of #9F767A
Black with #9F767A
Text Example
Text Example
White with #9F767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F767A; }
p { color: rgb(159,118,122); }
H1.HeaderClassName
{
color: #9F767A;
}
.AnyTagClassName
{
color: #9F767A;
}
</style>
background-color css
<style>
a { background-color: #9F767A; }
a { background-color: rgb(159,118,122); }
div.DivClassName
{
background-color: #9F767A;
}
.BgClassName
{
background-color: #9F767A;
}
</style>
border-color css
<style>
span { border-color: #9F767A; }
span { border-color: rgb(159,118,122); }
td.TdClassName
{
border-color: #9F767A;
}
.TagClassName
{
border-color: #9F767A;
}
</style>