Shades of Monte Carlo #77BEB5
Tints of Monte Carlo #77BEB5
RGB
CMYK
RGB Variations
Color information
#77BEB5 (or 0x77BEB5) is known color: Monte Carlo. HEX triplet: 77, BE and B5. RGB value is (119,190,181). Sum of RGB (Red+Green+Blue) = 119+190+181=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #77BEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BEB5 is #88414A. Grayscale: #A7A7A7. Windows color (decimal): -8929611 or 11910775. OLE color: 11910775.
HSL color Cylindrical-coordinate representation of color #77BEB5: hue angle of 172.39º 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 #77BEB5 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 181 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.25 |
| HSL | 172.39º | 0.35% | 0.61% | - |
| HSV(B) | 172.39º | 0.37% | 0.75% | - |
| XYZ | 34.36 | 44.09 | 50.41 | - |
| YUV | 167.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 181 | 0.37 | 0 | 0.05 | 0.25 | 172.39 | 0.35 | 0.61 |
| Hex | 77 | BE | B5 | 25 | 0 | 5 | 19 | AC | 23 | 3D |
| Octal | 167 | 276 | 265 | 45 | 0 | 5 | 31 | 254 | 43 | 75 |
| Binary | 1110111 | 10111110 | 10110101 | 100101 | 0 | 101 | 11001 | 10101100 | 100011 | 111101 |
Color Harmonies of #77BEB5
Complementary color
Monochromatic Colors of #77BEB5
Black with #77BEB5
Text Example
Text Example
White with #77BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BEB5; }
p { color: rgb(119,190,181); }
H1.HeaderClassName
{
color: #77BEB5;
}
.AnyTagClassName
{
color: #77BEB5;
}
</style>
background-color css
<style>
a { background-color: #77BEB5; }
a { background-color: rgb(119,190,181); }
div.DivClassName
{
background-color: #77BEB5;
}
.BgClassName
{
background-color: #77BEB5;
}
</style>
border-color css
<style>
span { border-color: #77BEB5; }
span { border-color: rgb(119,190,181); }
td.TdClassName
{
border-color: #77BEB5;
}
.TagClassName
{
border-color: #77BEB5;
}
</style>