Shades of Monte Carlo #77BEB7
Tints of Monte Carlo #77BEB7
RGB
CMYK
RGB Variations
Color information
#77BEB7 (or 0x77BEB7) is known color: Monte Carlo. HEX triplet: 77, BE and B7. RGB value is (119,190,183). Sum of RGB (Red+Green+Blue) = 119+190+183=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #77BEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BEB7 is #884148. Grayscale: #A7A7A7. Windows color (decimal): -8929609 or 12041847. OLE color: 12041847.
HSL color Cylindrical-coordinate representation of color #77BEB7: hue angle of 174.08º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BEB7 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 183 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.25 |
| HSL | 174.08º | 0.35% | 0.61% | - |
| HSV(B) | 174.08º | 0.37% | 0.75% | - |
| XYZ | 34.57 | 44.17 | 51.5 | - |
| YUV | 167.97 | 136.48 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 183 | 0.37 | 0 | 0.04 | 0.25 | 174.08 | 0.35 | 0.61 |
| Hex | 77 | BE | B7 | 25 | 0 | 4 | 19 | AE | 23 | 3D |
| Octal | 167 | 276 | 267 | 45 | 0 | 4 | 31 | 256 | 43 | 75 |
| Binary | 1110111 | 10111110 | 10110111 | 100101 | 0 | 100 | 11001 | 10101110 | 100011 | 111101 |
Color Harmonies of #77BEB7
Complementary color
Monochromatic Colors of #77BEB7
Black with #77BEB7
Text Example
Text Example
White with #77BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BEB7; }
p { color: rgb(119,190,183); }
H1.HeaderClassName
{
color: #77BEB7;
}
.AnyTagClassName
{
color: #77BEB7;
}
</style>
background-color css
<style>
a { background-color: #77BEB7; }
a { background-color: rgb(119,190,183); }
div.DivClassName
{
background-color: #77BEB7;
}
.BgClassName
{
background-color: #77BEB7;
}
</style>
border-color css
<style>
span { border-color: #77BEB7; }
span { border-color: rgb(119,190,183); }
td.TdClassName
{
border-color: #77BEB7;
}
.TagClassName
{
border-color: #77BEB7;
}
</style>