Shades of Monte Carlo #77CAB3
Tints of Monte Carlo #77CAB3
RGB
CMYK
RGB Variations
Color information
#77CAB3 (or 0x77CAB3) is known color: Monte Carlo. HEX triplet: 77, CA and B3. RGB value is (119,202,179). Sum of RGB (Red+Green+Blue) = 119+202+179=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #77CAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CAB3 is #88354C. Grayscale: #AEAEAE. Windows color (decimal): -8926541 or 11782775. OLE color: 11782775.
HSL color Cylindrical-coordinate representation of color #77CAB3: hue angle of 163.37º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CAB3 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 202 | 179 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.21 |
| HSL | 163.37º | 0.44% | 0.63% | - |
| HSV(B) | 163.37º | 0.41% | 0.79% | - |
| XYZ | 36.86 | 49.42 | 50.24 | - |
| YUV | 174.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 179 | 0.41 | 0 | 0.11 | 0.21 | 163.37 | 0.44 | 0.63 |
| Hex | 77 | CA | B3 | 29 | 0 | B | 15 | A3 | 2C | 3F |
| Octal | 167 | 312 | 263 | 51 | 0 | 13 | 25 | 243 | 54 | 77 |
| Binary | 1110111 | 11001010 | 10110011 | 101001 | 0 | 1011 | 10101 | 10100011 | 101100 | 111111 |
Color Harmonies of #77CAB3
Complementary color
Monochromatic Colors of #77CAB3
Black with #77CAB3
Text Example
Text Example
White with #77CAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CAB3; }
p { color: rgb(119,202,179); }
H1.HeaderClassName
{
color: #77CAB3;
}
.AnyTagClassName
{
color: #77CAB3;
}
</style>
background-color css
<style>
a { background-color: #77CAB3; }
a { background-color: rgb(119,202,179); }
div.DivClassName
{
background-color: #77CAB3;
}
.BgClassName
{
background-color: #77CAB3;
}
</style>
border-color css
<style>
span { border-color: #77CAB3; }
span { border-color: rgb(119,202,179); }
td.TdClassName
{
border-color: #77CAB3;
}
.TagClassName
{
border-color: #77CAB3;
}
</style>