Shades of Monte Carlo #7CBDAC
Tints of Monte Carlo #7CBDAC
RGB
CMYK
RGB Variations
Color information
#7CBDAC (or 0x7CBDAC) is known color: Monte Carlo. HEX triplet: 7C, BD and AC. RGB value is (124,189,172). Sum of RGB (Red+Green+Blue) = 124+189+172=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBDAC is #834253. Grayscale: #A7A7A7. Windows color (decimal): -8602196 or 11320700. OLE color: 11320700.
HSL color Cylindrical-coordinate representation of color #7CBDAC: hue angle of 164.31º degrees, saturation: 0.33, 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 #7CBDAC is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 172 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.26 |
| HSL | 164.31º | 0.33% | 0.61% | - |
| HSV(B) | 164.31º | 0.34% | 0.74% | - |
| XYZ | 33.96 | 43.66 | 45.67 | - |
| YUV | 167.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 172 | 0.34 | 0 | 0.09 | 0.26 | 164.31 | 0.33 | 0.61 |
| Hex | 7C | BD | AC | 22 | 0 | 9 | 1A | A4 | 21 | 3D |
| Octal | 174 | 275 | 254 | 42 | 0 | 11 | 32 | 244 | 41 | 75 |
| Binary | 1111100 | 10111101 | 10101100 | 100010 | 0 | 1001 | 11010 | 10100100 | 100001 | 111101 |
Color Harmonies of #7CBDAC
Complementary color
Monochromatic Colors of #7CBDAC
Black with #7CBDAC
Text Example
Text Example
White with #7CBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBDAC; }
p { color: rgb(124,189,172); }
H1.HeaderClassName
{
color: #7CBDAC;
}
.AnyTagClassName
{
color: #7CBDAC;
}
</style>
background-color css
<style>
a { background-color: #7CBDAC; }
a { background-color: rgb(124,189,172); }
div.DivClassName
{
background-color: #7CBDAC;
}
.BgClassName
{
background-color: #7CBDAC;
}
</style>
border-color css
<style>
span { border-color: #7CBDAC; }
span { border-color: rgb(124,189,172); }
td.TdClassName
{
border-color: #7CBDAC;
}
.TagClassName
{
border-color: #7CBDAC;
}
</style>