Shades of Monte Carlo #77CDB7
Tints of Monte Carlo #77CDB7
RGB
CMYK
RGB Variations
Color information
#77CDB7 (or 0x77CDB7) is known color: Monte Carlo. HEX triplet: 77, CD and B7. RGB value is (119,205,183). Sum of RGB (Red+Green+Blue) = 119+205+183=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDB7 is #883248. Grayscale: #B0B0B0. Windows color (decimal): -8925769 or 12045687. OLE color: 12045687.
HSL color Cylindrical-coordinate representation of color #77CDB7: hue angle of 164.65º 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 #77CDB7 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 183 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.20 |
| HSL | 164.65º | 0.46% | 0.64% | - |
| HSV(B) | 164.65º | 0.42% | 0.8% | - |
| XYZ | 37.99 | 51 | 52.64 | - |
| YUV | 176.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 183 | 0.42 | 0 | 0.11 | 0.20 | 164.65 | 0.46 | 0.64 |
| Hex | 77 | CD | B7 | 2A | 0 | B | 14 | A5 | 2E | 40 |
| Octal | 167 | 315 | 267 | 52 | 0 | 13 | 24 | 245 | 56 | 100 |
| Binary | 1110111 | 11001101 | 10110111 | 101010 | 0 | 1011 | 10100 | 10100101 | 101110 | 1000000 |
Color Harmonies of #77CDB7
Complementary color
Monochromatic Colors of #77CDB7
Black with #77CDB7
Text Example
Text Example
White with #77CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDB7; }
p { color: rgb(119,205,183); }
H1.HeaderClassName
{
color: #77CDB7;
}
.AnyTagClassName
{
color: #77CDB7;
}
</style>
background-color css
<style>
a { background-color: #77CDB7; }
a { background-color: rgb(119,205,183); }
div.DivClassName
{
background-color: #77CDB7;
}
.BgClassName
{
background-color: #77CDB7;
}
</style>
border-color css
<style>
span { border-color: #77CDB7; }
span { border-color: rgb(119,205,183); }
td.TdClassName
{
border-color: #77CDB7;
}
.TagClassName
{
border-color: #77CDB7;
}
</style>