Shades of Turkish Rose #99767A
Tints of Turkish Rose #99767A
RGB
CMYK
RGB Variations
Color information
#99767A (or 0x99767A) is known color: Turkish Rose. HEX triplet: 99, 76 and 7A. RGB value is (153,118,122). Sum of RGB (Red+Green+Blue) = 153+118+122=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99767A is #668985. Grayscale: #808080. Windows color (decimal): -6719878 or 8025753. OLE color: 8025753.
HSL color Cylindrical-coordinate representation of color #99767A: hue angle of 353.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99767A is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 122 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.4 |
| HSL | 353.14º | 0.15% | 0.53% | - |
| HSV(B) | 353.14º | 0.23% | 0.6% | - |
| XYZ | 23.13 | 21.13 | 21.27 | - |
| YUV | 128.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 122 | 0 | 0.23 | 0.20 | 0.4 | 353.14 | 0.15 | 0.53 |
| Hex | 99 | 76 | 7A | 0 | 17 | 14 | 28 | 161 | F | 35 |
| Octal | 231 | 166 | 172 | 0 | 27 | 24 | 50 | 541 | 17 | 65 |
| Binary | 10011001 | 1110110 | 1111010 | 0 | 10111 | 10100 | 101000 | 101100001 | 1111 | 110101 |
Color Harmonies of #99767A
Complementary color
Monochromatic Colors of #99767A
Black with #99767A
Text Example
Text Example
White with #99767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99767A; }
p { color: rgb(153,118,122); }
H1.HeaderClassName
{
color: #99767A;
}
.AnyTagClassName
{
color: #99767A;
}
</style>
background-color css
<style>
a { background-color: #99767A; }
a { background-color: rgb(153,118,122); }
div.DivClassName
{
background-color: #99767A;
}
.BgClassName
{
background-color: #99767A;
}
</style>
border-color css
<style>
span { border-color: #99767A; }
span { border-color: rgb(153,118,122); }
td.TdClassName
{
border-color: #99767A;
}
.TagClassName
{
border-color: #99767A;
}
</style>