Shades of Acapulco #76A58F
Tints of Acapulco #76A58F
RGB
CMYK
RGB Variations
Color information
#76A58F (or 0x76A58F) is known color: Acapulco. HEX triplet: 76, A5 and 8F. RGB value is (118,165,143). Sum of RGB (Red+Green+Blue) = 118+165+143=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 165 - color contains mainly: green. Hex color #76A58F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A58F is #895A70. Grayscale: #949494. Windows color (decimal): -9001585 or 9414006. OLE color: 9414006.
HSL color Cylindrical-coordinate representation of color #76A58F: hue angle of 151.91º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A58F is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 165 | 143 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.35 |
| HSL | 151.91º | 0.21% | 0.55% | - |
| HSV(B) | 151.91º | 0.28% | 0.65% | - |
| XYZ | 25.88 | 32.74 | 30.94 | - |
| YUV | 148.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 165 | 143 | 0.28 | 0 | 0.13 | 0.35 | 151.91 | 0.21 | 0.55 |
| Hex | 76 | A5 | 8F | 1C | 0 | D | 23 | 98 | 15 | 37 |
| Octal | 166 | 245 | 217 | 34 | 0 | 15 | 43 | 230 | 25 | 67 |
| Binary | 1110110 | 10100101 | 10001111 | 11100 | 0 | 1101 | 100011 | 10011000 | 10101 | 110111 |
Color Harmonies of #76A58F
Complementary color
Monochromatic Colors of #76A58F
Black with #76A58F
Text Example
Text Example
White with #76A58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A58F; }
p { color: rgb(118,165,143); }
H1.HeaderClassName
{
color: #76A58F;
}
.AnyTagClassName
{
color: #76A58F;
}
</style>
background-color css
<style>
a { background-color: #76A58F; }
a { background-color: rgb(118,165,143); }
div.DivClassName
{
background-color: #76A58F;
}
.BgClassName
{
background-color: #76A58F;
}
</style>
border-color css
<style>
span { border-color: #76A58F; }
span { border-color: rgb(118,165,143); }
td.TdClassName
{
border-color: #76A58F;
}
.TagClassName
{
border-color: #76A58F;
}
</style>