Shades of Acapulco #7DA497
Tints of Acapulco #7DA497
RGB
CMYK
RGB Variations
Color information
#7DA497 (or 0x7DA497) is known color: Acapulco. HEX triplet: 7D, A4 and 97. RGB value is (125,164,151). Sum of RGB (Red+Green+Blue) = 125+164+151=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA497 is #825B68. Grayscale: #969696. Windows color (decimal): -8543081 or 9938045. OLE color: 9938045.
HSL color Cylindrical-coordinate representation of color #7DA497: hue angle of 160º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7DA497 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 164 | 151 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.36 |
| HSL | 160º | 0.18% | 0.57% | - |
| HSV(B) | 160º | 0.24% | 0.64% | - |
| XYZ | 27.32 | 33.15 | 34.24 | - |
| YUV | 150.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 164 | 151 | 0.24 | 0 | 0.08 | 0.36 | 160 | 0.18 | 0.57 |
| Hex | 7D | A4 | 97 | 18 | 0 | 8 | 24 | A0 | 12 | 39 |
| Octal | 175 | 244 | 227 | 30 | 0 | 10 | 44 | 240 | 22 | 71 |
| Binary | 1111101 | 10100100 | 10010111 | 11000 | 0 | 1000 | 100100 | 10100000 | 10010 | 111001 |
Color Harmonies of #7DA497
Complementary color
Monochromatic Colors of #7DA497
Black with #7DA497
Text Example
Text Example
White with #7DA497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA497; }
p { color: rgb(125,164,151); }
H1.HeaderClassName
{
color: #7DA497;
}
.AnyTagClassName
{
color: #7DA497;
}
</style>
background-color css
<style>
a { background-color: #7DA497; }
a { background-color: rgb(125,164,151); }
div.DivClassName
{
background-color: #7DA497;
}
.BgClassName
{
background-color: #7DA497;
}
</style>
border-color css
<style>
span { border-color: #7DA497; }
span { border-color: rgb(125,164,151); }
td.TdClassName
{
border-color: #7DA497;
}
.TagClassName
{
border-color: #7DA497;
}
</style>