Shades of Monte Carlo #77C6B2
Tints of Monte Carlo #77C6B2
RGB
CMYK
RGB Variations
Color information
#77C6B2 (or 0x77C6B2) is known color: Monte Carlo. HEX triplet: 77, C6 and B2. RGB value is (119,198,178). Sum of RGB (Red+Green+Blue) = 119+198+178=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #77C6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C6B2 is #88394D. Grayscale: #ACACAC. Windows color (decimal): -8927566 or 11716215. OLE color: 11716215.
HSL color Cylindrical-coordinate representation of color #77C6B2: hue angle of 164.81º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C6B2 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 198 | 178 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.22 |
| HSL | 164.81º | 0.41% | 0.62% | - |
| HSV(B) | 164.81º | 0.4% | 0.78% | - |
| XYZ | 35.84 | 47.52 | 49.4 | - |
| YUV | 172.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 198 | 178 | 0.40 | 0 | 0.10 | 0.22 | 164.81 | 0.41 | 0.62 |
| Hex | 77 | C6 | B2 | 28 | 0 | A | 16 | A5 | 29 | 3E |
| Octal | 167 | 306 | 262 | 50 | 0 | 12 | 26 | 245 | 51 | 76 |
| Binary | 1110111 | 11000110 | 10110010 | 101000 | 0 | 1010 | 10110 | 10100101 | 101001 | 111110 |
Color Harmonies of #77C6B2
Complementary color
Monochromatic Colors of #77C6B2
Black with #77C6B2
Text Example
Text Example
White with #77C6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C6B2; }
p { color: rgb(119,198,178); }
H1.HeaderClassName
{
color: #77C6B2;
}
.AnyTagClassName
{
color: #77C6B2;
}
</style>
background-color css
<style>
a { background-color: #77C6B2; }
a { background-color: rgb(119,198,178); }
div.DivClassName
{
background-color: #77C6B2;
}
.BgClassName
{
background-color: #77C6B2;
}
</style>
border-color css
<style>
span { border-color: #77C6B2; }
span { border-color: rgb(119,198,178); }
td.TdClassName
{
border-color: #77C6B2;
}
.TagClassName
{
border-color: #77C6B2;
}
</style>