Shades of Turkish Rose #99767D
Tints of Turkish Rose #99767D
RGB
CMYK
RGB Variations
Color information
#99767D (or 0x99767D) is known color: Turkish Rose. HEX triplet: 99, 76 and 7D. RGB value is (153,118,125). Sum of RGB (Red+Green+Blue) = 153+118+125=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99767D is #668982. Grayscale: #818181. Windows color (decimal): -6719875 or 8222361. OLE color: 8222361.
HSL color Cylindrical-coordinate representation of color #99767D: hue angle of 348º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99767D is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 125 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.4 |
| HSL | 348º | 0.15% | 0.53% | - |
| HSV(B) | 348º | 0.23% | 0.6% | - |
| XYZ | 23.32 | 21.21 | 22.27 | - |
| YUV | 129.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 125 | 0 | 0.23 | 0.18 | 0.4 | 348 | 0.15 | 0.53 |
| Hex | 99 | 76 | 7D | 0 | 17 | 12 | 28 | 15C | F | 35 |
| Octal | 231 | 166 | 175 | 0 | 27 | 22 | 50 | 534 | 17 | 65 |
| Binary | 10011001 | 1110110 | 1111101 | 0 | 10111 | 10010 | 101000 | 101011100 | 1111 | 110101 |
Color Harmonies of #99767D
Complementary color
Monochromatic Colors of #99767D
Black with #99767D
Text Example
Text Example
White with #99767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99767D; }
p { color: rgb(153,118,125); }
H1.HeaderClassName
{
color: #99767D;
}
.AnyTagClassName
{
color: #99767D;
}
</style>
background-color css
<style>
a { background-color: #99767D; }
a { background-color: rgb(153,118,125); }
div.DivClassName
{
background-color: #99767D;
}
.BgClassName
{
background-color: #99767D;
}
</style>
border-color css
<style>
span { border-color: #99767D; }
span { border-color: rgb(153,118,125); }
td.TdClassName
{
border-color: #99767D;
}
.TagClassName
{
border-color: #99767D;
}
</style>