Shades of Monte Carlo #7CBAB4
Tints of Monte Carlo #7CBAB4
RGB
CMYK
RGB Variations
Color information
#7CBAB4 (or 0x7CBAB4) is known color: Monte Carlo. HEX triplet: 7C, BA and B4. RGB value is (124,186,180). Sum of RGB (Red+Green+Blue) = 124+186+180=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBAB4 is #83454B. Grayscale: #A6A6A6. Windows color (decimal): -8602956 or 11844220. OLE color: 11844220.
HSL color Cylindrical-coordinate representation of color #7CBAB4: hue angle of 174.19º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CBAB4 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 180 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.27 |
| HSL | 174.19º | 0.31% | 0.61% | - |
| HSV(B) | 174.19º | 0.33% | 0.73% | - |
| XYZ | 34.11 | 42.7 | 49.62 | - |
| YUV | 166.78 | 135.46 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 180 | 0.33 | 0 | 0.03 | 0.27 | 174.19 | 0.31 | 0.61 |
| Hex | 7C | BA | B4 | 21 | 0 | 3 | 1B | AE | 1F | 3D |
| Octal | 174 | 272 | 264 | 41 | 0 | 3 | 33 | 256 | 37 | 75 |
| Binary | 1111100 | 10111010 | 10110100 | 100001 | 0 | 11 | 11011 | 10101110 | 11111 | 111101 |
Color Harmonies of #7CBAB4
Complementary color
Monochromatic Colors of #7CBAB4
Black with #7CBAB4
Text Example
Text Example
White with #7CBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBAB4; }
p { color: rgb(124,186,180); }
H1.HeaderClassName
{
color: #7CBAB4;
}
.AnyTagClassName
{
color: #7CBAB4;
}
</style>
background-color css
<style>
a { background-color: #7CBAB4; }
a { background-color: rgb(124,186,180); }
div.DivClassName
{
background-color: #7CBAB4;
}
.BgClassName
{
background-color: #7CBAB4;
}
</style>
border-color css
<style>
span { border-color: #7CBAB4; }
span { border-color: rgb(124,186,180); }
td.TdClassName
{
border-color: #7CBAB4;
}
.TagClassName
{
border-color: #7CBAB4;
}
</style>