Shades of Acapulco #7FA694
Tints of Acapulco #7FA694
RGB
CMYK
RGB Variations
Color information
#7FA694 (or 0x7FA694) is known color: Acapulco. HEX triplet: 7F, A6 and 94. RGB value is (127,166,148). Sum of RGB (Red+Green+Blue) = 127+166+148=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA694 is #80596B. Grayscale: #989898. Windows color (decimal): -8411500 or 9741951. OLE color: 9741951.
HSL color Cylindrical-coordinate representation of color #7FA694: hue angle of 152.31º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA694 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 166 | 148 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.35 |
| HSL | 152.31º | 0.18% | 0.57% | - |
| HSV(B) | 152.31º | 0.23% | 0.65% | - |
| XYZ | 27.73 | 33.92 | 33.1 | - |
| YUV | 152.29 | 125.58 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 148 | 0.23 | 0 | 0.11 | 0.35 | 152.31 | 0.18 | 0.57 |
| Hex | 7F | A6 | 94 | 17 | 0 | B | 23 | 98 | 12 | 39 |
| Octal | 177 | 246 | 224 | 27 | 0 | 13 | 43 | 230 | 22 | 71 |
| Binary | 1111111 | 10100110 | 10010100 | 10111 | 0 | 1011 | 100011 | 10011000 | 10010 | 111001 |
Color Harmonies of #7FA694
Complementary color
Monochromatic Colors of #7FA694
Black with #7FA694
Text Example
Text Example
White with #7FA694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA694; }
p { color: rgb(127,166,148); }
H1.HeaderClassName
{
color: #7FA694;
}
.AnyTagClassName
{
color: #7FA694;
}
</style>
background-color css
<style>
a { background-color: #7FA694; }
a { background-color: rgb(127,166,148); }
div.DivClassName
{
background-color: #7FA694;
}
.BgClassName
{
background-color: #7FA694;
}
</style>
border-color css
<style>
span { border-color: #7FA694; }
span { border-color: rgb(127,166,148); }
td.TdClassName
{
border-color: #7FA694;
}
.TagClassName
{
border-color: #7FA694;
}
</style>