Shades of Turkish Rose #A76D77
Tints of Turkish Rose #A76D77
RGB
CMYK
RGB Variations
Color information
#A76D77 (or 0xA76D77) is known color: Turkish Rose. HEX triplet: A7, 6D and 77. RGB value is (167,109,119). Sum of RGB (Red+Green+Blue) = 167+109+119=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76D77 is #589288. Grayscale: #7F7F7F. Windows color (decimal): -5804681 or 7826855. OLE color: 7826855.
HSL color Cylindrical-coordinate representation of color #A76D77: hue angle of 349.66º 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 #A76D77 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 119 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.35 |
| HSL | 349.66º | 0.25% | 0.54% | - |
| HSV(B) | 349.66º | 0.35% | 0.65% | - |
| XYZ | 24.73 | 20.48 | 20.1 | - |
| YUV | 127.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 119 | 0 | 0.35 | 0.29 | 0.35 | 349.66 | 0.25 | 0.54 |
| Hex | A7 | 6D | 77 | 0 | 23 | 1D | 23 | 15E | 19 | 36 |
| Octal | 247 | 155 | 167 | 0 | 43 | 35 | 43 | 536 | 31 | 66 |
| Binary | 10100111 | 1101101 | 1110111 | 0 | 100011 | 11101 | 100011 | 101011110 | 11001 | 110110 |
Color Harmonies of #A76D77
Complementary color
Monochromatic Colors of #A76D77
Black with #A76D77
Text Example
Text Example
White with #A76D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D77; }
p { color: rgb(167,109,119); }
H1.HeaderClassName
{
color: #A76D77;
}
.AnyTagClassName
{
color: #A76D77;
}
</style>
background-color css
<style>
a { background-color: #A76D77; }
a { background-color: rgb(167,109,119); }
div.DivClassName
{
background-color: #A76D77;
}
.BgClassName
{
background-color: #A76D77;
}
</style>
border-color css
<style>
span { border-color: #A76D77; }
span { border-color: rgb(167,109,119); }
td.TdClassName
{
border-color: #A76D77;
}
.TagClassName
{
border-color: #A76D77;
}
</style>