Shades of Acapulco #7C9D8B
Tints of Acapulco #7C9D8B
RGB
CMYK
RGB Variations
Color information
#7C9D8B (or 0x7C9D8B) is known color: Acapulco. HEX triplet: 7C, 9D and 8B. RGB value is (124,157,139). Sum of RGB (Red+Green+Blue) = 124+157+139=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 157 - color contains mainly: green. Hex color #7C9D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9D8B is #836274. Grayscale: #919191. Windows color (decimal): -8610421 or 9149820. OLE color: 9149820.
HSL color Cylindrical-coordinate representation of color #7C9D8B: hue angle of 147.27º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C9D8B is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 157 | 139 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.38 |
| HSL | 147.27º | 0.14% | 0.55% | - |
| HSV(B) | 147.27º | 0.21% | 0.62% | - |
| XYZ | 25.03 | 30.26 | 28.95 | - |
| YUV | 145.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 139 | 0.21 | 0 | 0.11 | 0.38 | 147.27 | 0.14 | 0.55 |
| Hex | 7C | 9D | 8B | 15 | 0 | B | 26 | 93 | E | 37 |
| Octal | 174 | 235 | 213 | 25 | 0 | 13 | 46 | 223 | 16 | 67 |
| Binary | 1111100 | 10011101 | 10001011 | 10101 | 0 | 1011 | 100110 | 10010011 | 1110 | 110111 |
Color Harmonies of #7C9D8B
Complementary color
Monochromatic Colors of #7C9D8B
Black with #7C9D8B
Text Example
Text Example
White with #7C9D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9D8B; }
p { color: rgb(124,157,139); }
H1.HeaderClassName
{
color: #7C9D8B;
}
.AnyTagClassName
{
color: #7C9D8B;
}
</style>
background-color css
<style>
a { background-color: #7C9D8B; }
a { background-color: rgb(124,157,139); }
div.DivClassName
{
background-color: #7C9D8B;
}
.BgClassName
{
background-color: #7C9D8B;
}
</style>
border-color css
<style>
span { border-color: #7C9D8B; }
span { border-color: rgb(124,157,139); }
td.TdClassName
{
border-color: #7C9D8B;
}
.TagClassName
{
border-color: #7C9D8B;
}
</style>