Shades of Turkish Rose #AF7778
Tints of Turkish Rose #AF7778
RGB
CMYK
RGB Variations
Color information
#AF7778 (or 0xAF7778) is known color: Turkish Rose. HEX triplet: AF, 77 and 78. RGB value is (175,119,120). Sum of RGB (Red+Green+Blue) = 175+119+120=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7778 is #508887. Grayscale: #878787. Windows color (decimal): -5277832 or 7894959. OLE color: 7894959.
HSL color Cylindrical-coordinate representation of color #AF7778: hue angle of 358.93º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF7778 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 120 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.31 |
| HSL | 358.93º | 0.26% | 0.58% | - |
| HSV(B) | 358.93º | 0.32% | 0.69% | - |
| XYZ | 27.67 | 23.66 | 20.88 | - |
| YUV | 135.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 120 | 0 | 0.32 | 0.31 | 0.31 | 358.93 | 0.26 | 0.58 |
| Hex | AF | 77 | 78 | 0 | 20 | 1F | 1F | 167 | 1A | 3A |
| Octal | 257 | 167 | 170 | 0 | 40 | 37 | 37 | 547 | 32 | 72 |
| Binary | 10101111 | 1110111 | 1111000 | 0 | 100000 | 11111 | 11111 | 101100111 | 11010 | 111010 |
Color Harmonies of #AF7778
Complementary color
Monochromatic Colors of #AF7778
Black with #AF7778
Text Example
Text Example
White with #AF7778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7778; }
p { color: rgb(175,119,120); }
H1.HeaderClassName
{
color: #AF7778;
}
.AnyTagClassName
{
color: #AF7778;
}
</style>
background-color css
<style>
a { background-color: #AF7778; }
a { background-color: rgb(175,119,120); }
div.DivClassName
{
background-color: #AF7778;
}
.BgClassName
{
background-color: #AF7778;
}
</style>
border-color css
<style>
span { border-color: #AF7778; }
span { border-color: rgb(175,119,120); }
td.TdClassName
{
border-color: #AF7778;
}
.TagClassName
{
border-color: #AF7778;
}
</style>