Shades of Turkish Rose #99797A
Tints of Turkish Rose #99797A
RGB
CMYK
RGB Variations
Color information
#99797A (or 0x99797A) is known color: Turkish Rose. HEX triplet: 99, 79 and 7A. RGB value is (153,121,122). Sum of RGB (Red+Green+Blue) = 153+121+122=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99797A is #668685. Grayscale: #828282. Windows color (decimal): -6719110 or 8026521. OLE color: 8026521.
HSL color Cylindrical-coordinate representation of color #99797A: hue angle of 358.12º 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 #99797A is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 122 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.4 |
| HSL | 358.13º | 0.14% | 0.54% | - |
| HSV(B) | 358.13º | 0.21% | 0.6% | - |
| XYZ | 23.49 | 21.85 | 21.39 | - |
| YUV | 130.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 122 | 0 | 0.21 | 0.20 | 0.4 | 358.13 | 0.14 | 0.54 |
| Hex | 99 | 79 | 7A | 0 | 15 | 14 | 28 | 166 | E | 36 |
| Octal | 231 | 171 | 172 | 0 | 25 | 24 | 50 | 546 | 16 | 66 |
| Binary | 10011001 | 1111001 | 1111010 | 0 | 10101 | 10100 | 101000 | 101100110 | 1110 | 110110 |
Color Harmonies of #99797A
Complementary color
Monochromatic Colors of #99797A
Black with #99797A
Text Example
Text Example
White with #99797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99797A; }
p { color: rgb(153,121,122); }
H1.HeaderClassName
{
color: #99797A;
}
.AnyTagClassName
{
color: #99797A;
}
</style>
background-color css
<style>
a { background-color: #99797A; }
a { background-color: rgb(153,121,122); }
div.DivClassName
{
background-color: #99797A;
}
.BgClassName
{
background-color: #99797A;
}
</style>
border-color css
<style>
span { border-color: #99797A; }
span { border-color: rgb(153,121,122); }
td.TdClassName
{
border-color: #99797A;
}
.TagClassName
{
border-color: #99797A;
}
</style>