Shades of Turkish Rose #99777E
Tints of Turkish Rose #99777E
RGB
CMYK
RGB Variations
Color information
#99777E (or 0x99777E) is known color: Turkish Rose. HEX triplet: 99, 77 and 7E. RGB value is (153,119,126). Sum of RGB (Red+Green+Blue) = 153+119+126=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #99777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99777E is #668881. Grayscale: #818181. Windows color (decimal): -6719618 or 8288153. OLE color: 8288153.
HSL color Cylindrical-coordinate representation of color #99777E: hue angle of 347.65º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99777E is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 126 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.4 |
| HSL | 347.65º | 0.14% | 0.53% | - |
| HSV(B) | 347.65º | 0.22% | 0.6% | - |
| XYZ | 23.5 | 21.47 | 22.64 | - |
| YUV | 129.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 126 | 0 | 0.22 | 0.18 | 0.4 | 347.65 | 0.14 | 0.53 |
| Hex | 99 | 77 | 7E | 0 | 16 | 12 | 28 | 15C | E | 35 |
| Octal | 231 | 167 | 176 | 0 | 26 | 22 | 50 | 534 | 16 | 65 |
| Binary | 10011001 | 1110111 | 1111110 | 0 | 10110 | 10010 | 101000 | 101011100 | 1110 | 110101 |
Color Harmonies of #99777E
Complementary color
Monochromatic Colors of #99777E
Black with #99777E
Text Example
Text Example
White with #99777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99777E; }
p { color: rgb(153,119,126); }
H1.HeaderClassName
{
color: #99777E;
}
.AnyTagClassName
{
color: #99777E;
}
</style>
background-color css
<style>
a { background-color: #99777E; }
a { background-color: rgb(153,119,126); }
div.DivClassName
{
background-color: #99777E;
}
.BgClassName
{
background-color: #99777E;
}
</style>
border-color css
<style>
span { border-color: #99777E; }
span { border-color: rgb(153,119,126); }
td.TdClassName
{
border-color: #99777E;
}
.TagClassName
{
border-color: #99777E;
}
</style>