Shades of Monte Carlo #7CBCB0
Tints of Monte Carlo #7CBCB0
RGB
CMYK
RGB Variations
Color information
#7CBCB0 (or 0x7CBCB0) is known color: Monte Carlo. HEX triplet: 7C, BC and B0. RGB value is (124,188,176). Sum of RGB (Red+Green+Blue) = 124+188+176=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBCB0 is #83434F. Grayscale: #A7A7A7. Windows color (decimal): -8602448 or 11582588. OLE color: 11582588.
HSL color Cylindrical-coordinate representation of color #7CBCB0: hue angle of 168.75º 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 #7CBCB0 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 176 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.26 |
| HSL | 168.75º | 0.32% | 0.61% | - |
| HSV(B) | 168.75º | 0.34% | 0.74% | - |
| XYZ | 34.13 | 43.39 | 47.65 | - |
| YUV | 167.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 176 | 0.34 | 0 | 0.06 | 0.26 | 168.75 | 0.32 | 0.61 |
| Hex | 7C | BC | B0 | 22 | 0 | 6 | 1A | A9 | 20 | 3D |
| Octal | 174 | 274 | 260 | 42 | 0 | 6 | 32 | 251 | 40 | 75 |
| Binary | 1111100 | 10111100 | 10110000 | 100010 | 0 | 110 | 11010 | 10101001 | 100000 | 111101 |
Color Harmonies of #7CBCB0
Complementary color
Monochromatic Colors of #7CBCB0
Black with #7CBCB0
Text Example
Text Example
White with #7CBCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBCB0; }
p { color: rgb(124,188,176); }
H1.HeaderClassName
{
color: #7CBCB0;
}
.AnyTagClassName
{
color: #7CBCB0;
}
</style>
background-color css
<style>
a { background-color: #7CBCB0; }
a { background-color: rgb(124,188,176); }
div.DivClassName
{
background-color: #7CBCB0;
}
.BgClassName
{
background-color: #7CBCB0;
}
</style>
border-color css
<style>
span { border-color: #7CBCB0; }
span { border-color: rgb(124,188,176); }
td.TdClassName
{
border-color: #7CBCB0;
}
.TagClassName
{
border-color: #7CBCB0;
}
</style>