Shades of Turkish Rose #A77A82
Tints of Turkish Rose #A77A82
RGB
CMYK
RGB Variations
Color information
#A77A82 (or 0xA77A82) is known color: Turkish Rose. HEX triplet: A7, 7A and 82. RGB value is (167,122,130). Sum of RGB (Red+Green+Blue) = 167+122+130=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77A82 is #58857D. Grayscale: #888888. Windows color (decimal): -5801342 or 8551079. OLE color: 8551079.
HSL color Cylindrical-coordinate representation of color #A77A82: hue angle of 349.33º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A77A82 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 130 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.35 |
| HSL | 349.33º | 0.2% | 0.57% | - |
| HSV(B) | 349.33º | 0.27% | 0.65% | - |
| XYZ | 26.93 | 23.75 | 24.28 | - |
| YUV | 136.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 130 | 0 | 0.27 | 0.22 | 0.35 | 349.33 | 0.2 | 0.57 |
| Hex | A7 | 7A | 82 | 0 | 1B | 16 | 23 | 15D | 14 | 39 |
| Octal | 247 | 172 | 202 | 0 | 33 | 26 | 43 | 535 | 24 | 71 |
| Binary | 10100111 | 1111010 | 10000010 | 0 | 11011 | 10110 | 100011 | 101011101 | 10100 | 111001 |
Color Harmonies of #A77A82
Complementary color
Monochromatic Colors of #A77A82
Black with #A77A82
Text Example
Text Example
White with #A77A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A82; }
p { color: rgb(167,122,130); }
H1.HeaderClassName
{
color: #A77A82;
}
.AnyTagClassName
{
color: #A77A82;
}
</style>
background-color css
<style>
a { background-color: #A77A82; }
a { background-color: rgb(167,122,130); }
div.DivClassName
{
background-color: #A77A82;
}
.BgClassName
{
background-color: #A77A82;
}
</style>
border-color css
<style>
span { border-color: #A77A82; }
span { border-color: rgb(167,122,130); }
td.TdClassName
{
border-color: #A77A82;
}
.TagClassName
{
border-color: #A77A82;
}
</style>