Shades of Acapulco #7FA193
Tints of Acapulco #7FA193
RGB
CMYK
RGB Variations
Color information
#7FA193 (or 0x7FA193) is known color: Acapulco. HEX triplet: 7F, A1 and 93. RGB value is (127,161,147). Sum of RGB (Red+Green+Blue) = 127+161+147=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA193 is #805E6C. Grayscale: #959595. Windows color (decimal): -8412781 or 9675135. OLE color: 9675135.
HSL color Cylindrical-coordinate representation of color #7FA193: hue angle of 155.29º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7FA193 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 161 | 147 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.37 |
| HSL | 155.29º | 0.15% | 0.56% | - |
| HSV(B) | 155.29º | 0.21% | 0.63% | - |
| XYZ | 26.76 | 32.11 | 32.39 | - |
| YUV | 149.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 147 | 0.21 | 0 | 0.09 | 0.37 | 155.29 | 0.15 | 0.56 |
| Hex | 7F | A1 | 93 | 15 | 0 | 9 | 25 | 9B | F | 38 |
| Octal | 177 | 241 | 223 | 25 | 0 | 11 | 45 | 233 | 17 | 70 |
| Binary | 1111111 | 10100001 | 10010011 | 10101 | 0 | 1001 | 100101 | 10011011 | 1111 | 111000 |
Color Harmonies of #7FA193
Complementary color
Monochromatic Colors of #7FA193
Black with #7FA193
Text Example
Text Example
White with #7FA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA193; }
p { color: rgb(127,161,147); }
H1.HeaderClassName
{
color: #7FA193;
}
.AnyTagClassName
{
color: #7FA193;
}
</style>
background-color css
<style>
a { background-color: #7FA193; }
a { background-color: rgb(127,161,147); }
div.DivClassName
{
background-color: #7FA193;
}
.BgClassName
{
background-color: #7FA193;
}
</style>
border-color css
<style>
span { border-color: #7FA193; }
span { border-color: rgb(127,161,147); }
td.TdClassName
{
border-color: #7FA193;
}
.TagClassName
{
border-color: #7FA193;
}
</style>