Shades of Turkish Rose #99787E
Tints of Turkish Rose #99787E
RGB
CMYK
RGB Variations
Color information
#99787E (or 0x99787E) is known color: Turkish Rose. HEX triplet: 99, 78 and 7E. RGB value is (153,120,126). Sum of RGB (Red+Green+Blue) = 153+120+126=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #99787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99787E is #668781. Grayscale: #828282. Windows color (decimal): -6719362 or 8288409. OLE color: 8288409.
HSL color Cylindrical-coordinate representation of color #99787E: hue angle of 349.09º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99787E is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 126 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.4 |
| HSL | 349.09º | 0.14% | 0.54% | - |
| HSV(B) | 349.09º | 0.22% | 0.6% | - |
| XYZ | 23.62 | 21.71 | 22.68 | - |
| YUV | 130.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 126 | 0 | 0.22 | 0.18 | 0.4 | 349.09 | 0.14 | 0.54 |
| Hex | 99 | 78 | 7E | 0 | 16 | 12 | 28 | 15D | E | 36 |
| Octal | 231 | 170 | 176 | 0 | 26 | 22 | 50 | 535 | 16 | 66 |
| Binary | 10011001 | 1111000 | 1111110 | 0 | 10110 | 10010 | 101000 | 101011101 | 1110 | 110110 |
Color Harmonies of #99787E
Complementary color
Monochromatic Colors of #99787E
Black with #99787E
Text Example
Text Example
White with #99787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99787E; }
p { color: rgb(153,120,126); }
H1.HeaderClassName
{
color: #99787E;
}
.AnyTagClassName
{
color: #99787E;
}
</style>
background-color css
<style>
a { background-color: #99787E; }
a { background-color: rgb(153,120,126); }
div.DivClassName
{
background-color: #99787E;
}
.BgClassName
{
background-color: #99787E;
}
</style>
border-color css
<style>
span { border-color: #99787E; }
span { border-color: rgb(153,120,126); }
td.TdClassName
{
border-color: #99787E;
}
.TagClassName
{
border-color: #99787E;
}
</style>