Shades of Turkish Rose #A77F83
Tints of Turkish Rose #A77F83
RGB
CMYK
RGB Variations
Color information
#A77F83 (or 0xA77F83) is known color: Turkish Rose. HEX triplet: A7, 7F and 83. RGB value is (167,127,131). Sum of RGB (Red+Green+Blue) = 167+127+131=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F83 is #58807C. Grayscale: #8B8B8B. Windows color (decimal): -5800061 or 8617895. OLE color: 8617895.
HSL color Cylindrical-coordinate representation of color #A77F83: hue angle of 354º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A77F83 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 131 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.35 |
| HSL | 354º | 0.19% | 0.58% | - |
| HSV(B) | 354º | 0.24% | 0.65% | - |
| XYZ | 27.62 | 25.03 | 24.85 | - |
| YUV | 139.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 131 | 0 | 0.24 | 0.22 | 0.35 | 354 | 0.19 | 0.58 |
| Hex | A7 | 7F | 83 | 0 | 18 | 16 | 23 | 162 | 13 | 3A |
| Octal | 247 | 177 | 203 | 0 | 30 | 26 | 43 | 542 | 23 | 72 |
| Binary | 10100111 | 1111111 | 10000011 | 0 | 11000 | 10110 | 100011 | 101100010 | 10011 | 111010 |
Color Harmonies of #A77F83
Complementary color
Monochromatic Colors of #A77F83
Black with #A77F83
Text Example
Text Example
White with #A77F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F83; }
p { color: rgb(167,127,131); }
H1.HeaderClassName
{
color: #A77F83;
}
.AnyTagClassName
{
color: #A77F83;
}
</style>
background-color css
<style>
a { background-color: #A77F83; }
a { background-color: rgb(167,127,131); }
div.DivClassName
{
background-color: #A77F83;
}
.BgClassName
{
background-color: #A77F83;
}
</style>
border-color css
<style>
span { border-color: #A77F83; }
span { border-color: rgb(167,127,131); }
td.TdClassName
{
border-color: #A77F83;
}
.TagClassName
{
border-color: #A77F83;
}
</style>