Shades of Monte Carlo #77CDB3
Tints of Monte Carlo #77CDB3
RGB
CMYK
RGB Variations
Color information
#77CDB3 (or 0x77CDB3) is known color: Monte Carlo. HEX triplet: 77, CD and B3. RGB value is (119,205,179). Sum of RGB (Red+Green+Blue) = 119+205+179=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDB3 is #88324C. Grayscale: #B0B0B0. Windows color (decimal): -8925773 or 11783543. OLE color: 11783543.
HSL color Cylindrical-coordinate representation of color #77CDB3: hue angle of 161.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CDB3 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 179 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.20 |
| HSL | 161.86º | 0.46% | 0.64% | - |
| HSV(B) | 161.86º | 0.42% | 0.8% | - |
| XYZ | 37.58 | 50.84 | 50.48 | - |
| YUV | 176.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 179 | 0.42 | 0 | 0.13 | 0.20 | 161.86 | 0.46 | 0.64 |
| Hex | 77 | CD | B3 | 2A | 0 | D | 14 | A2 | 2E | 40 |
| Octal | 167 | 315 | 263 | 52 | 0 | 15 | 24 | 242 | 56 | 100 |
| Binary | 1110111 | 11001101 | 10110011 | 101010 | 0 | 1101 | 10100 | 10100010 | 101110 | 1000000 |
Color Harmonies of #77CDB3
Complementary color
Monochromatic Colors of #77CDB3
Black with #77CDB3
Text Example
Text Example
White with #77CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDB3; }
p { color: rgb(119,205,179); }
H1.HeaderClassName
{
color: #77CDB3;
}
.AnyTagClassName
{
color: #77CDB3;
}
</style>
background-color css
<style>
a { background-color: #77CDB3; }
a { background-color: rgb(119,205,179); }
div.DivClassName
{
background-color: #77CDB3;
}
.BgClassName
{
background-color: #77CDB3;
}
</style>
border-color css
<style>
span { border-color: #77CDB3; }
span { border-color: rgb(119,205,179); }
td.TdClassName
{
border-color: #77CDB3;
}
.TagClassName
{
border-color: #77CDB3;
}
</style>