Shades of Monte Carlo #77BFA4
Tints of Monte Carlo #77BFA4
RGB
CMYK
RGB Variations
Color information
#77BFA4 (or 0x77BFA4) is known color: Monte Carlo. HEX triplet: 77, BF and A4. RGB value is (119,191,164). Sum of RGB (Red+Green+Blue) = 119+191+164=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #77BFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BFA4 is #88405B. Grayscale: #A6A6A6. Windows color (decimal): -8929372 or 10796919. OLE color: 10796919.
HSL color Cylindrical-coordinate representation of color #77BFA4: hue angle of 157.5º 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 #77BFA4 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 191 | 164 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.25 |
| HSL | 157.5º | 0.36% | 0.61% | - |
| HSV(B) | 157.5º | 0.38% | 0.75% | - |
| XYZ | 32.94 | 43.86 | 41.85 | - |
| YUV | 166.39 | 126.65 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 164 | 0.38 | 0 | 0.14 | 0.25 | 157.5 | 0.36 | 0.61 |
| Hex | 77 | BF | A4 | 26 | 0 | E | 19 | 9E | 24 | 3D |
| Octal | 167 | 277 | 244 | 46 | 0 | 16 | 31 | 236 | 44 | 75 |
| Binary | 1110111 | 10111111 | 10100100 | 100110 | 0 | 1110 | 11001 | 10011110 | 100100 | 111101 |
Color Harmonies of #77BFA4
Complementary color
Monochromatic Colors of #77BFA4
Black with #77BFA4
Text Example
Text Example
White with #77BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BFA4; }
p { color: rgb(119,191,164); }
H1.HeaderClassName
{
color: #77BFA4;
}
.AnyTagClassName
{
color: #77BFA4;
}
</style>
background-color css
<style>
a { background-color: #77BFA4; }
a { background-color: rgb(119,191,164); }
div.DivClassName
{
background-color: #77BFA4;
}
.BgClassName
{
background-color: #77BFA4;
}
</style>
border-color css
<style>
span { border-color: #77BFA4; }
span { border-color: rgb(119,191,164); }
td.TdClassName
{
border-color: #77BFA4;
}
.TagClassName
{
border-color: #77BFA4;
}
</style>