Shades of Monte Carlo #77CCB4
Tints of Monte Carlo #77CCB4
RGB
CMYK
RGB Variations
Color information
#77CCB4 (or 0x77CCB4) is known color: Monte Carlo. HEX triplet: 77, CC and B4. RGB value is (119,204,180). Sum of RGB (Red+Green+Blue) = 119+204+180=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #77CCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCB4 is #88334B. Grayscale: #AFAFAF. Windows color (decimal): -8926028 or 11848823. OLE color: 11848823.
HSL color Cylindrical-coordinate representation of color #77CCB4: hue angle of 163.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CCB4 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 180 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.2 |
| HSL | 163.06º | 0.45% | 0.63% | - |
| HSV(B) | 163.06º | 0.42% | 0.8% | - |
| XYZ | 37.44 | 50.4 | 50.94 | - |
| YUV | 175.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 180 | 0.42 | 0 | 0.12 | 0.2 | 163.06 | 0.45 | 0.63 |
| Hex | 77 | CC | B4 | 2A | 0 | C | 14 | A3 | 2D | 3F |
| Octal | 167 | 314 | 264 | 52 | 0 | 14 | 24 | 243 | 55 | 77 |
| Binary | 1110111 | 11001100 | 10110100 | 101010 | 0 | 1100 | 10100 | 10100011 | 101101 | 111111 |
Color Harmonies of #77CCB4
Complementary color
Monochromatic Colors of #77CCB4
Black with #77CCB4
Text Example
Text Example
White with #77CCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CCB4; }
p { color: rgb(119,204,180); }
H1.HeaderClassName
{
color: #77CCB4;
}
.AnyTagClassName
{
color: #77CCB4;
}
</style>
background-color css
<style>
a { background-color: #77CCB4; }
a { background-color: rgb(119,204,180); }
div.DivClassName
{
background-color: #77CCB4;
}
.BgClassName
{
background-color: #77CCB4;
}
</style>
border-color css
<style>
span { border-color: #77CCB4; }
span { border-color: rgb(119,204,180); }
td.TdClassName
{
border-color: #77CCB4;
}
.TagClassName
{
border-color: #77CCB4;
}
</style>