Shades of Acapulco #76B09B
Tints of Acapulco #76B09B
RGB
CMYK
RGB Variations
Color information
#76B09B (or 0x76B09B) is known color: Acapulco. HEX triplet: 76, B0 and 9B. RGB value is (118,176,155). Sum of RGB (Red+Green+Blue) = 118+176+155=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #76B09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B09B is #894F64. Grayscale: #9C9C9C. Windows color (decimal): -8998757 or 10203254. OLE color: 10203254.
HSL color Cylindrical-coordinate representation of color #76B09B: hue angle of 158.28º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76B09B is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 176 | 155 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.31 |
| HSL | 158.28º | 0.27% | 0.58% | - |
| HSV(B) | 158.28º | 0.33% | 0.69% | - |
| XYZ | 28.91 | 37.27 | 36.68 | - |
| YUV | 156.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 176 | 155 | 0.33 | 0 | 0.12 | 0.31 | 158.28 | 0.27 | 0.58 |
| Hex | 76 | B0 | 9B | 21 | 0 | C | 1F | 9E | 1B | 3A |
| Octal | 166 | 260 | 233 | 41 | 0 | 14 | 37 | 236 | 33 | 72 |
| Binary | 1110110 | 10110000 | 10011011 | 100001 | 0 | 1100 | 11111 | 10011110 | 11011 | 111010 |
Color Harmonies of #76B09B
Complementary color
Monochromatic Colors of #76B09B
Black with #76B09B
Text Example
Text Example
White with #76B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B09B; }
p { color: rgb(118,176,155); }
H1.HeaderClassName
{
color: #76B09B;
}
.AnyTagClassName
{
color: #76B09B;
}
</style>
background-color css
<style>
a { background-color: #76B09B; }
a { background-color: rgb(118,176,155); }
div.DivClassName
{
background-color: #76B09B;
}
.BgClassName
{
background-color: #76B09B;
}
</style>
border-color css
<style>
span { border-color: #76B09B; }
span { border-color: rgb(118,176,155); }
td.TdClassName
{
border-color: #76B09B;
}
.TagClassName
{
border-color: #76B09B;
}
</style>