Shades of Acapulco #74A397
Tints of Acapulco #74A397
RGB
CMYK
RGB Variations
Color information
#74A397 (or 0x74A397) is known color: Acapulco. HEX triplet: 74, A3 and 97. RGB value is (116,163,151). Sum of RGB (Red+Green+Blue) = 116+163+151=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 163 - color contains mainly: green. Hex color #74A397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A397 is #8B5C68. Grayscale: #939393. Windows color (decimal): -9133161 or 9937780. OLE color: 9937780.
HSL color Cylindrical-coordinate representation of color #74A397: hue angle of 164.68º degrees, saturation: 0.2, 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 #74A397 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 163 | 151 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.36 |
| HSL | 164.68º | 0.2% | 0.55% | - |
| HSV(B) | 164.68º | 0.29% | 0.64% | - |
| XYZ | 25.89 | 32.14 | 34.12 | - |
| YUV | 147.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 163 | 151 | 0.29 | 0 | 0.07 | 0.36 | 164.68 | 0.2 | 0.55 |
| Hex | 74 | A3 | 97 | 1D | 0 | 7 | 24 | A5 | 14 | 37 |
| Octal | 164 | 243 | 227 | 35 | 0 | 7 | 44 | 245 | 24 | 67 |
| Binary | 1110100 | 10100011 | 10010111 | 11101 | 0 | 111 | 100100 | 10100101 | 10100 | 110111 |
Color Harmonies of #74A397
Complementary color
Monochromatic Colors of #74A397
Black with #74A397
Text Example
Text Example
White with #74A397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A397; }
p { color: rgb(116,163,151); }
H1.HeaderClassName
{
color: #74A397;
}
.AnyTagClassName
{
color: #74A397;
}
</style>
background-color css
<style>
a { background-color: #74A397; }
a { background-color: rgb(116,163,151); }
div.DivClassName
{
background-color: #74A397;
}
.BgClassName
{
background-color: #74A397;
}
</style>
border-color css
<style>
span { border-color: #74A397; }
span { border-color: rgb(116,163,151); }
td.TdClassName
{
border-color: #74A397;
}
.TagClassName
{
border-color: #74A397;
}
</style>