Shades of Tacao #F7AF77
Tints of Tacao #F7AF77
RGB
CMYK
RGB Variations
Color information
#F7AF77 (or 0xF7AF77) is known color: Tacao. HEX triplet: F7, AF and 77. RGB value is (247,175,119). Sum of RGB (Red+Green+Blue) = 247+175+119=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AF77 is #085088. Grayscale: #BEBEBE. Windows color (decimal): -544905 or 7843831. OLE color: 7843831.
HSL color Cylindrical-coordinate representation of color #F7AF77: hue angle of 26.25º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F7AF77 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 175 | 119 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.03 |
| HSL | 26.25º | 0.89% | 0.72% | - |
| HSV(B) | 26.25º | 0.52% | 0.97% | - |
| XYZ | 57.02 | 51.77 | 24.44 | - |
| YUV | 190.14 | 87.85 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 175 | 119 | 0 | 0.29 | 0.52 | 0.03 | 26.25 | 0.89 | 0.72 |
| Hex | F7 | AF | 77 | 0 | 1D | 34 | 3 | 1A | 59 | 48 |
| Octal | 367 | 257 | 167 | 0 | 35 | 64 | 3 | 32 | 131 | 110 |
| Binary | 11110111 | 10101111 | 1110111 | 0 | 11101 | 110100 | 11 | 11010 | 1011001 | 1001000 |
Color Harmonies of #F7AF77
Complementary color
Monochromatic Colors of #F7AF77
Black with #F7AF77
Text Example
Text Example
White with #F7AF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AF77; }
p { color: rgb(247,175,119); }
H1.HeaderClassName
{
color: #F7AF77;
}
.AnyTagClassName
{
color: #F7AF77;
}
</style>
background-color css
<style>
a { background-color: #F7AF77; }
a { background-color: rgb(247,175,119); }
div.DivClassName
{
background-color: #F7AF77;
}
.BgClassName
{
background-color: #F7AF77;
}
</style>
border-color css
<style>
span { border-color: #F7AF77; }
span { border-color: rgb(247,175,119); }
td.TdClassName
{
border-color: #F7AF77;
}
.TagClassName
{
border-color: #F7AF77;
}
</style>