Shades of Monte Carlo #7CBCB6
Tints of Monte Carlo #7CBCB6
RGB
CMYK
RGB Variations
Color information
#7CBCB6 (or 0x7CBCB6) is known color: Monte Carlo. HEX triplet: 7C, BC and B6. RGB value is (124,188,182). Sum of RGB (Red+Green+Blue) = 124+188+182=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBCB6 is #834349. Grayscale: #A8A8A8. Windows color (decimal): -8602442 or 11975804. OLE color: 11975804.
HSL color Cylindrical-coordinate representation of color #7CBCB6: hue angle of 174.38º 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 #7CBCB6 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 182 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.26 |
| HSL | 174.38º | 0.32% | 0.61% | - |
| HSV(B) | 174.38º | 0.34% | 0.74% | - |
| XYZ | 34.74 | 43.63 | 50.85 | - |
| YUV | 168.18 | 135.8 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 182 | 0.34 | 0 | 0.03 | 0.26 | 174.38 | 0.32 | 0.61 |
| Hex | 7C | BC | B6 | 22 | 0 | 3 | 1A | AE | 20 | 3D |
| Octal | 174 | 274 | 266 | 42 | 0 | 3 | 32 | 256 | 40 | 75 |
| Binary | 1111100 | 10111100 | 10110110 | 100010 | 0 | 11 | 11010 | 10101110 | 100000 | 111101 |
Color Harmonies of #7CBCB6
Complementary color
Monochromatic Colors of #7CBCB6
Black with #7CBCB6
Text Example
Text Example
White with #7CBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBCB6; }
p { color: rgb(124,188,182); }
H1.HeaderClassName
{
color: #7CBCB6;
}
.AnyTagClassName
{
color: #7CBCB6;
}
</style>
background-color css
<style>
a { background-color: #7CBCB6; }
a { background-color: rgb(124,188,182); }
div.DivClassName
{
background-color: #7CBCB6;
}
.BgClassName
{
background-color: #7CBCB6;
}
</style>
border-color css
<style>
span { border-color: #7CBCB6; }
span { border-color: rgb(124,188,182); }
td.TdClassName
{
border-color: #7CBCB6;
}
.TagClassName
{
border-color: #7CBCB6;
}
</style>