Shades of Turkish Rose #A76F74
Tints of Turkish Rose #A76F74
RGB
CMYK
RGB Variations
Color information
#A76F74 (or 0xA76F74) is known color: Turkish Rose. HEX triplet: A7, 6F and 74. RGB value is (167,111,116). Sum of RGB (Red+Green+Blue) = 167+111+116=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F74 is #58908B. Grayscale: #808080. Windows color (decimal): -5804172 or 7630759. OLE color: 7630759.
HSL color Cylindrical-coordinate representation of color #A76F74: hue angle of 354.64º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76F74 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 111 | 116 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.35 |
| HSL | 354.64º | 0.24% | 0.55% | - |
| HSV(B) | 354.64º | 0.34% | 0.65% | - |
| XYZ | 24.77 | 20.85 | 19.24 | - |
| YUV | 128.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 116 | 0 | 0.34 | 0.31 | 0.35 | 354.64 | 0.24 | 0.55 |
| Hex | A7 | 6F | 74 | 0 | 22 | 1F | 23 | 163 | 18 | 37 |
| Octal | 247 | 157 | 164 | 0 | 42 | 37 | 43 | 543 | 30 | 67 |
| Binary | 10100111 | 1101111 | 1110100 | 0 | 100010 | 11111 | 100011 | 101100011 | 11000 | 110111 |
Color Harmonies of #A76F74
Complementary color
Monochromatic Colors of #A76F74
Black with #A76F74
Text Example
Text Example
White with #A76F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76F74; }
p { color: rgb(167,111,116); }
H1.HeaderClassName
{
color: #A76F74;
}
.AnyTagClassName
{
color: #A76F74;
}
</style>
background-color css
<style>
a { background-color: #A76F74; }
a { background-color: rgb(167,111,116); }
div.DivClassName
{
background-color: #A76F74;
}
.BgClassName
{
background-color: #A76F74;
}
</style>
border-color css
<style>
span { border-color: #A76F74; }
span { border-color: rgb(167,111,116); }
td.TdClassName
{
border-color: #A76F74;
}
.TagClassName
{
border-color: #A76F74;
}
</style>