Shades of Monte Carlo #7CBCAF
Tints of Monte Carlo #7CBCAF
RGB
CMYK
RGB Variations
Color information
#7CBCAF (or 0x7CBCAF) is known color: Monte Carlo. HEX triplet: 7C, BC and AF. RGB value is (124,188,175). Sum of RGB (Red+Green+Blue) = 124+188+175=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBCAF is #834350. Grayscale: #A7A7A7. Windows color (decimal): -8602449 or 11517052. OLE color: 11517052.
HSL color Cylindrical-coordinate representation of color #7CBCAF: hue angle of 167.81º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBCAF is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 175 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.26 |
| HSL | 167.81º | 0.32% | 0.61% | - |
| HSV(B) | 167.81º | 0.34% | 0.74% | - |
| XYZ | 34.03 | 43.35 | 47.13 | - |
| YUV | 167.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 175 | 0.34 | 0 | 0.07 | 0.26 | 167.81 | 0.32 | 0.61 |
| Hex | 7C | BC | AF | 22 | 0 | 7 | 1A | A8 | 20 | 3D |
| Octal | 174 | 274 | 257 | 42 | 0 | 7 | 32 | 250 | 40 | 75 |
| Binary | 1111100 | 10111100 | 10101111 | 100010 | 0 | 111 | 11010 | 10101000 | 100000 | 111101 |
Color Harmonies of #7CBCAF
Complementary color
Monochromatic Colors of #7CBCAF
Black with #7CBCAF
Text Example
Text Example
White with #7CBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBCAF; }
p { color: rgb(124,188,175); }
H1.HeaderClassName
{
color: #7CBCAF;
}
.AnyTagClassName
{
color: #7CBCAF;
}
</style>
background-color css
<style>
a { background-color: #7CBCAF; }
a { background-color: rgb(124,188,175); }
div.DivClassName
{
background-color: #7CBCAF;
}
.BgClassName
{
background-color: #7CBCAF;
}
</style>
border-color css
<style>
span { border-color: #7CBCAF; }
span { border-color: rgb(124,188,175); }
td.TdClassName
{
border-color: #7CBCAF;
}
.TagClassName
{
border-color: #7CBCAF;
}
</style>