Shades of Acapulco #75B79C
Tints of Acapulco #75B79C
RGB
CMYK
RGB Variations
Color information
#75B79C (or 0x75B79C) is known color: Acapulco. HEX triplet: 75, B7 and 9C. RGB value is (117,183,156). Sum of RGB (Red+Green+Blue) = 117+183+156=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #75B79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B79C is #8A4863. Grayscale: #A0A0A0. Windows color (decimal): -9062500 or 10270581. OLE color: 10270581.
HSL color Cylindrical-coordinate representation of color #75B79C: hue angle of 155.45º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B79C is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 183 | 156 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.28 |
| HSL | 155.45º | 0.31% | 0.59% | - |
| HSV(B) | 155.45º | 0.36% | 0.72% | - |
| XYZ | 30.27 | 40.05 | 37.59 | - |
| YUV | 160.19 | 125.63 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 183 | 156 | 0.36 | 0 | 0.15 | 0.28 | 155.45 | 0.31 | 0.59 |
| Hex | 75 | B7 | 9C | 24 | 0 | F | 1C | 9B | 1F | 3B |
| Octal | 165 | 267 | 234 | 44 | 0 | 17 | 34 | 233 | 37 | 73 |
| Binary | 1110101 | 10110111 | 10011100 | 100100 | 0 | 1111 | 11100 | 10011011 | 11111 | 111011 |
Color Harmonies of #75B79C
Complementary color
Monochromatic Colors of #75B79C
Black with #75B79C
Text Example
Text Example
White with #75B79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B79C; }
p { color: rgb(117,183,156); }
H1.HeaderClassName
{
color: #75B79C;
}
.AnyTagClassName
{
color: #75B79C;
}
</style>
background-color css
<style>
a { background-color: #75B79C; }
a { background-color: rgb(117,183,156); }
div.DivClassName
{
background-color: #75B79C;
}
.BgClassName
{
background-color: #75B79C;
}
</style>
border-color css
<style>
span { border-color: #75B79C; }
span { border-color: rgb(117,183,156); }
td.TdClassName
{
border-color: #75B79C;
}
.TagClassName
{
border-color: #75B79C;
}
</style>