Shades of Turkish Rose #99777D
Tints of Turkish Rose #99777D
RGB
CMYK
RGB Variations
Color information
#99777D (or 0x99777D) is known color: Turkish Rose. HEX triplet: 99, 77 and 7D. RGB value is (153,119,125). Sum of RGB (Red+Green+Blue) = 153+119+125=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #99777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99777D is #668882. Grayscale: #818181. Windows color (decimal): -6719619 or 8222617. OLE color: 8222617.
HSL color Cylindrical-coordinate representation of color #99777D: hue angle of 349.41º 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 #99777D is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 125 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.4 |
| HSL | 349.41º | 0.14% | 0.53% | - |
| HSV(B) | 349.41º | 0.22% | 0.6% | - |
| XYZ | 23.44 | 21.45 | 22.31 | - |
| YUV | 129.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 125 | 0 | 0.22 | 0.18 | 0.4 | 349.41 | 0.14 | 0.53 |
| Hex | 99 | 77 | 7D | 0 | 16 | 12 | 28 | 15D | E | 35 |
| Octal | 231 | 167 | 175 | 0 | 26 | 22 | 50 | 535 | 16 | 65 |
| Binary | 10011001 | 1110111 | 1111101 | 0 | 10110 | 10010 | 101000 | 101011101 | 1110 | 110101 |
Color Harmonies of #99777D
Complementary color
Monochromatic Colors of #99777D
Black with #99777D
Text Example
Text Example
White with #99777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99777D; }
p { color: rgb(153,119,125); }
H1.HeaderClassName
{
color: #99777D;
}
.AnyTagClassName
{
color: #99777D;
}
</style>
background-color css
<style>
a { background-color: #99777D; }
a { background-color: rgb(153,119,125); }
div.DivClassName
{
background-color: #99777D;
}
.BgClassName
{
background-color: #99777D;
}
</style>
border-color css
<style>
span { border-color: #99777D; }
span { border-color: rgb(153,119,125); }
td.TdClassName
{
border-color: #99777D;
}
.TagClassName
{
border-color: #99777D;
}
</style>