Shades of Monte Carlo #7FBBB1
Tints of Monte Carlo #7FBBB1
RGB
CMYK
RGB Variations
Color information
#7FBBB1 (or 0x7FBBB1) is known color: Monte Carlo. HEX triplet: 7F, BB and B1. RGB value is (127,187,177). Sum of RGB (Red+Green+Blue) = 127+187+177=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBBB1 is #80444E. Grayscale: #A7A7A7. Windows color (decimal): -8406095 or 11647871. OLE color: 11647871.
HSL color Cylindrical-coordinate representation of color #7FBBB1: hue angle of 170º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBBB1 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 187 | 177 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.27 |
| HSL | 170º | 0.31% | 0.62% | - |
| HSV(B) | 170º | 0.32% | 0.73% | - |
| XYZ | 34.46 | 43.23 | 48.12 | - |
| YUV | 167.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 177 | 0.32 | 0 | 0.05 | 0.27 | 170 | 0.31 | 0.62 |
| Hex | 7F | BB | B1 | 20 | 0 | 5 | 1B | AA | 1F | 3E |
| Octal | 177 | 273 | 261 | 40 | 0 | 5 | 33 | 252 | 37 | 76 |
| Binary | 1111111 | 10111011 | 10110001 | 100000 | 0 | 101 | 11011 | 10101010 | 11111 | 111110 |
Color Harmonies of #7FBBB1
Complementary color
Monochromatic Colors of #7FBBB1
Black with #7FBBB1
Text Example
Text Example
White with #7FBBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBBB1; }
p { color: rgb(127,187,177); }
H1.HeaderClassName
{
color: #7FBBB1;
}
.AnyTagClassName
{
color: #7FBBB1;
}
</style>
background-color css
<style>
a { background-color: #7FBBB1; }
a { background-color: rgb(127,187,177); }
div.DivClassName
{
background-color: #7FBBB1;
}
.BgClassName
{
background-color: #7FBBB1;
}
</style>
border-color css
<style>
span { border-color: #7FBBB1; }
span { border-color: rgb(127,187,177); }
td.TdClassName
{
border-color: #7FBBB1;
}
.TagClassName
{
border-color: #7FBBB1;
}
</style>