Shades of Acapulco #74A492
Tints of Acapulco #74A492
RGB
CMYK
RGB Variations
Color information
#74A492 (or 0x74A492) is known color: Acapulco. HEX triplet: 74, A4 and 92. RGB value is (116,164,146). Sum of RGB (Red+Green+Blue) = 116+164+146=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #74A492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A492 is #8B5B6D. Grayscale: #939393. Windows color (decimal): -9132910 or 9610356. OLE color: 9610356.
HSL color Cylindrical-coordinate representation of color #74A492: hue angle of 157.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74A492 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 164 | 146 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.36 |
| HSL | 157.5º | 0.21% | 0.55% | - |
| HSV(B) | 157.5º | 0.29% | 0.64% | - |
| XYZ | 25.67 | 32.34 | 32.08 | - |
| YUV | 147.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 164 | 146 | 0.29 | 0 | 0.11 | 0.36 | 157.5 | 0.21 | 0.55 |
| Hex | 74 | A4 | 92 | 1D | 0 | B | 24 | 9E | 15 | 37 |
| Octal | 164 | 244 | 222 | 35 | 0 | 13 | 44 | 236 | 25 | 67 |
| Binary | 1110100 | 10100100 | 10010010 | 11101 | 0 | 1011 | 100100 | 10011110 | 10101 | 110111 |
Color Harmonies of #74A492
Complementary color
Monochromatic Colors of #74A492
Black with #74A492
Text Example
Text Example
White with #74A492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A492; }
p { color: rgb(116,164,146); }
H1.HeaderClassName
{
color: #74A492;
}
.AnyTagClassName
{
color: #74A492;
}
</style>
background-color css
<style>
a { background-color: #74A492; }
a { background-color: rgb(116,164,146); }
div.DivClassName
{
background-color: #74A492;
}
.BgClassName
{
background-color: #74A492;
}
</style>
border-color css
<style>
span { border-color: #74A492; }
span { border-color: rgb(116,164,146); }
td.TdClassName
{
border-color: #74A492;
}
.TagClassName
{
border-color: #74A492;
}
</style>