Shades of Acapulco #7CB099
Tints of Acapulco #7CB099
RGB
CMYK
RGB Variations
Color information
#7CB099 (or 0x7CB099) is known color: Acapulco. HEX triplet: 7C, B0 and 99. RGB value is (124,176,153). Sum of RGB (Red+Green+Blue) = 124+176+153=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB099 is #834F66. Grayscale: #9D9D9D. Windows color (decimal): -8605543 or 10072188. OLE color: 10072188.
HSL color Cylindrical-coordinate representation of color #7CB099: hue angle of 153.46º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB099 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 176 | 153 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.31 |
| HSL | 153.46º | 0.25% | 0.59% | - |
| HSV(B) | 153.46º | 0.3% | 0.69% | - |
| XYZ | 29.59 | 37.64 | 35.84 | - |
| YUV | 157.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 153 | 0.30 | 0 | 0.13 | 0.31 | 153.46 | 0.25 | 0.59 |
| Hex | 7C | B0 | 99 | 1E | 0 | D | 1F | 99 | 19 | 3B |
| Octal | 174 | 260 | 231 | 36 | 0 | 15 | 37 | 231 | 31 | 73 |
| Binary | 1111100 | 10110000 | 10011001 | 11110 | 0 | 1101 | 11111 | 10011001 | 11001 | 111011 |
Color Harmonies of #7CB099
Complementary color
Monochromatic Colors of #7CB099
Black with #7CB099
Text Example
Text Example
White with #7CB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB099; }
p { color: rgb(124,176,153); }
H1.HeaderClassName
{
color: #7CB099;
}
.AnyTagClassName
{
color: #7CB099;
}
</style>
background-color css
<style>
a { background-color: #7CB099; }
a { background-color: rgb(124,176,153); }
div.DivClassName
{
background-color: #7CB099;
}
.BgClassName
{
background-color: #7CB099;
}
</style>
border-color css
<style>
span { border-color: #7CB099; }
span { border-color: rgb(124,176,153); }
td.TdClassName
{
border-color: #7CB099;
}
.TagClassName
{
border-color: #7CB099;
}
</style>