Shades of Acapulco #76B497
Tints of Acapulco #76B497
RGB
CMYK
RGB Variations
Color information
#76B497 (or 0x76B497) is known color: Acapulco. HEX triplet: 76, B4 and 97. RGB value is (118,180,151). Sum of RGB (Red+Green+Blue) = 118+180+151=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #76B497 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B497 is #894B68. Grayscale: #9E9E9E. Windows color (decimal): -8997737 or 9942134. OLE color: 9942134.
HSL color Cylindrical-coordinate representation of color #76B497: hue angle of 151.94º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B497 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 180 | 151 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.29 |
| HSL | 151.94º | 0.29% | 0.58% | - |
| HSV(B) | 151.94º | 0.34% | 0.71% | - |
| XYZ | 29.38 | 38.73 | 35.21 | - |
| YUV | 158.16 | 123.96 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 151 | 0.34 | 0 | 0.16 | 0.29 | 151.94 | 0.29 | 0.58 |
| Hex | 76 | B4 | 97 | 22 | 0 | 10 | 1D | 98 | 1D | 3A |
| Octal | 166 | 264 | 227 | 42 | 0 | 20 | 35 | 230 | 35 | 72 |
| Binary | 1110110 | 10110100 | 10010111 | 100010 | 0 | 10000 | 11101 | 10011000 | 11101 | 111010 |
Color Harmonies of #76B497
Complementary color
Monochromatic Colors of #76B497
Black with #76B497
Text Example
Text Example
White with #76B497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B497; }
p { color: rgb(118,180,151); }
H1.HeaderClassName
{
color: #76B497;
}
.AnyTagClassName
{
color: #76B497;
}
</style>
background-color css
<style>
a { background-color: #76B497; }
a { background-color: rgb(118,180,151); }
div.DivClassName
{
background-color: #76B497;
}
.BgClassName
{
background-color: #76B497;
}
</style>
border-color css
<style>
span { border-color: #76B497; }
span { border-color: rgb(118,180,151); }
td.TdClassName
{
border-color: #76B497;
}
.TagClassName
{
border-color: #76B497;
}
</style>