Shades of Turkish Rose #99797B
Tints of Turkish Rose #99797B
RGB
CMYK
RGB Variations
Color information
#99797B (or 0x99797B) is known color: Turkish Rose. HEX triplet: 99, 79 and 7B. RGB value is (153,121,123). Sum of RGB (Red+Green+Blue) = 153+121+123=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #99797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99797B is #668684. Grayscale: #828282. Windows color (decimal): -6719109 or 8092057. OLE color: 8092057.
HSL color Cylindrical-coordinate representation of color #99797B: hue angle of 356.25º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99797B is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 123 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.4 |
| HSL | 356.25º | 0.14% | 0.54% | - |
| HSV(B) | 356.25º | 0.21% | 0.6% | - |
| XYZ | 23.55 | 21.88 | 21.72 | - |
| YUV | 130.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 123 | 0 | 0.21 | 0.20 | 0.4 | 356.25 | 0.14 | 0.54 |
| Hex | 99 | 79 | 7B | 0 | 15 | 14 | 28 | 164 | E | 36 |
| Octal | 231 | 171 | 173 | 0 | 25 | 24 | 50 | 544 | 16 | 66 |
| Binary | 10011001 | 1111001 | 1111011 | 0 | 10101 | 10100 | 101000 | 101100100 | 1110 | 110110 |
Color Harmonies of #99797B
Complementary color
Monochromatic Colors of #99797B
Black with #99797B
Text Example
Text Example
White with #99797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99797B; }
p { color: rgb(153,121,123); }
H1.HeaderClassName
{
color: #99797B;
}
.AnyTagClassName
{
color: #99797B;
}
</style>
background-color css
<style>
a { background-color: #99797B; }
a { background-color: rgb(153,121,123); }
div.DivClassName
{
background-color: #99797B;
}
.BgClassName
{
background-color: #99797B;
}
</style>
border-color css
<style>
span { border-color: #99797B; }
span { border-color: rgb(153,121,123); }
td.TdClassName
{
border-color: #99797B;
}
.TagClassName
{
border-color: #99797B;
}
</style>