Shades of Acapulco #72A78C
Tints of Acapulco #72A78C
RGB
CMYK
RGB Variations
Color information
#72A78C (or 0x72A78C) is known color: Acapulco. HEX triplet: 72, A7 and 8C. RGB value is (114,167,140). Sum of RGB (Red+Green+Blue) = 114+167+140=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 167 - color contains mainly: green. Hex color #72A78C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A78C is #8D5873. Grayscale: #949494. Windows color (decimal): -9263220 or 9217906. OLE color: 9217906.
HSL color Cylindrical-coordinate representation of color #72A78C: hue angle of 149.43º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72A78C is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 167 | 140 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.35 |
| HSL | 149.43º | 0.23% | 0.55% | - |
| HSV(B) | 149.43º | 0.32% | 0.65% | - |
| XYZ | 25.49 | 33.11 | 29.86 | - |
| YUV | 148.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 167 | 140 | 0.32 | 0 | 0.16 | 0.35 | 149.43 | 0.23 | 0.55 |
| Hex | 72 | A7 | 8C | 20 | 0 | 10 | 23 | 95 | 17 | 37 |
| Octal | 162 | 247 | 214 | 40 | 0 | 20 | 43 | 225 | 27 | 67 |
| Binary | 1110010 | 10100111 | 10001100 | 100000 | 0 | 10000 | 100011 | 10010101 | 10111 | 110111 |
Color Harmonies of #72A78C
Complementary color
Monochromatic Colors of #72A78C
Black with #72A78C
Text Example
Text Example
White with #72A78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A78C; }
p { color: rgb(114,167,140); }
H1.HeaderClassName
{
color: #72A78C;
}
.AnyTagClassName
{
color: #72A78C;
}
</style>
background-color css
<style>
a { background-color: #72A78C; }
a { background-color: rgb(114,167,140); }
div.DivClassName
{
background-color: #72A78C;
}
.BgClassName
{
background-color: #72A78C;
}
</style>
border-color css
<style>
span { border-color: #72A78C; }
span { border-color: rgb(114,167,140); }
td.TdClassName
{
border-color: #72A78C;
}
.TagClassName
{
border-color: #72A78C;
}
</style>