Shades of Monte Carlo #77BDB7
Tints of Monte Carlo #77BDB7
RGB
CMYK
RGB Variations
Color information
#77BDB7 (or 0x77BDB7) is known color: Monte Carlo. HEX triplet: 77, BD and B7. RGB value is (119,189,183). Sum of RGB (Red+Green+Blue) = 119+189+183=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #77BDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDB7 is #884248. Grayscale: #A7A7A7. Windows color (decimal): -8929865 or 12041591. OLE color: 12041591.
HSL color Cylindrical-coordinate representation of color #77BDB7: hue angle of 174.86º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BDB7 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 183 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.26 |
| HSL | 174.86º | 0.35% | 0.6% | - |
| HSV(B) | 174.86º | 0.37% | 0.74% | - |
| XYZ | 34.35 | 43.74 | 51.43 | - |
| YUV | 167.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 183 | 0.37 | 0 | 0.03 | 0.26 | 174.86 | 0.35 | 0.6 |
| Hex | 77 | BD | B7 | 25 | 0 | 3 | 1A | AF | 23 | 3C |
| Octal | 167 | 275 | 267 | 45 | 0 | 3 | 32 | 257 | 43 | 74 |
| Binary | 1110111 | 10111101 | 10110111 | 100101 | 0 | 11 | 11010 | 10101111 | 100011 | 111100 |
Color Harmonies of #77BDB7
Complementary color
Monochromatic Colors of #77BDB7
Black with #77BDB7
Text Example
Text Example
White with #77BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDB7; }
p { color: rgb(119,189,183); }
H1.HeaderClassName
{
color: #77BDB7;
}
.AnyTagClassName
{
color: #77BDB7;
}
</style>
background-color css
<style>
a { background-color: #77BDB7; }
a { background-color: rgb(119,189,183); }
div.DivClassName
{
background-color: #77BDB7;
}
.BgClassName
{
background-color: #77BDB7;
}
</style>
border-color css
<style>
span { border-color: #77BDB7; }
span { border-color: rgb(119,189,183); }
td.TdClassName
{
border-color: #77BDB7;
}
.TagClassName
{
border-color: #77BDB7;
}
</style>