Shades of Turkish Rose #A76C7C
Tints of Turkish Rose #A76C7C
RGB
CMYK
RGB Variations
Color information
#A76C7C (or 0xA76C7C) is known color: Turkish Rose. HEX triplet: A7, 6C and 7C. RGB value is (167,108,124). Sum of RGB (Red+Green+Blue) = 167+108+124=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76C7C is #589383. Grayscale: #7F7F7F. Windows color (decimal): -5804932 or 8154279. OLE color: 8154279.
HSL color Cylindrical-coordinate representation of color #A76C7C: hue angle of 343.73º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A76C7C is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 108 | 124 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.35 |
| HSL | 343.73º | 0.25% | 0.54% | - |
| HSV(B) | 343.73º | 0.35% | 0.65% | - |
| XYZ | 24.94 | 20.4 | 21.69 | - |
| YUV | 127.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 124 | 0 | 0.35 | 0.26 | 0.35 | 343.73 | 0.25 | 0.54 |
| Hex | A7 | 6C | 7C | 0 | 23 | 1A | 23 | 158 | 19 | 36 |
| Octal | 247 | 154 | 174 | 0 | 43 | 32 | 43 | 530 | 31 | 66 |
| Binary | 10100111 | 1101100 | 1111100 | 0 | 100011 | 11010 | 100011 | 101011000 | 11001 | 110110 |
Color Harmonies of #A76C7C
Complementary color
Monochromatic Colors of #A76C7C
Black with #A76C7C
Text Example
Text Example
White with #A76C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76C7C; }
p { color: rgb(167,108,124); }
H1.HeaderClassName
{
color: #A76C7C;
}
.AnyTagClassName
{
color: #A76C7C;
}
</style>
background-color css
<style>
a { background-color: #A76C7C; }
a { background-color: rgb(167,108,124); }
div.DivClassName
{
background-color: #A76C7C;
}
.BgClassName
{
background-color: #A76C7C;
}
</style>
border-color css
<style>
span { border-color: #A76C7C; }
span { border-color: rgb(167,108,124); }
td.TdClassName
{
border-color: #A76C7C;
}
.TagClassName
{
border-color: #A76C7C;
}
</style>