Shades of Monte Carlo #77BFB3
Tints of Monte Carlo #77BFB3
RGB
CMYK
RGB Variations
Color information
#77BFB3 (or 0x77BFB3) is known color: Monte Carlo. HEX triplet: 77, BF and B3. RGB value is (119,191,179). Sum of RGB (Red+Green+Blue) = 119+191+179=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #77BFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFB3 is #88404C. Grayscale: #A8A8A8. Windows color (decimal): -8929357 or 11779959. OLE color: 11779959.
HSL color Cylindrical-coordinate representation of color #77BFB3: hue angle of 170º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77BFB3 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 191 | 179 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.25 |
| HSL | 170º | 0.36% | 0.61% | - |
| HSV(B) | 170º | 0.38% | 0.75% | - |
| XYZ | 34.38 | 44.44 | 49.41 | - |
| YUV | 168.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 179 | 0.38 | 0 | 0.06 | 0.25 | 170 | 0.36 | 0.61 |
| Hex | 77 | BF | B3 | 26 | 0 | 6 | 19 | AA | 24 | 3D |
| Octal | 167 | 277 | 263 | 46 | 0 | 6 | 31 | 252 | 44 | 75 |
| Binary | 1110111 | 10111111 | 10110011 | 100110 | 0 | 110 | 11001 | 10101010 | 100100 | 111101 |
Color Harmonies of #77BFB3
Complementary color
Monochromatic Colors of #77BFB3
Black with #77BFB3
Text Example
Text Example
White with #77BFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BFB3; }
p { color: rgb(119,191,179); }
H1.HeaderClassName
{
color: #77BFB3;
}
.AnyTagClassName
{
color: #77BFB3;
}
</style>
background-color css
<style>
a { background-color: #77BFB3; }
a { background-color: rgb(119,191,179); }
div.DivClassName
{
background-color: #77BFB3;
}
.BgClassName
{
background-color: #77BFB3;
}
</style>
border-color css
<style>
span { border-color: #77BFB3; }
span { border-color: rgb(119,191,179); }
td.TdClassName
{
border-color: #77BFB3;
}
.TagClassName
{
border-color: #77BFB3;
}
</style>