Shades of Monte Carlo #7DBFB7
Tints of Monte Carlo #7DBFB7
RGB
CMYK
RGB Variations
Color information
#7DBFB7 (or 0x7DBFB7) is known color: Monte Carlo. HEX triplet: 7D, BF and B7. RGB value is (125,191,183). Sum of RGB (Red+Green+Blue) = 125+191+183=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFB7 is #824048. Grayscale: #AAAAAA. Windows color (decimal): -8536137 or 12042109. OLE color: 12042109.
HSL color Cylindrical-coordinate representation of color #7DBFB7: hue angle of 172.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBFB7 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 183 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.25 |
| HSL | 172.73º | 0.34% | 0.62% | - |
| HSV(B) | 172.73º | 0.35% | 0.75% | - |
| XYZ | 35.64 | 45.04 | 51.62 | - |
| YUV | 170.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 183 | 0.35 | 0 | 0.04 | 0.25 | 172.73 | 0.34 | 0.62 |
| Hex | 7D | BF | B7 | 23 | 0 | 4 | 19 | AD | 22 | 3E |
| Octal | 175 | 277 | 267 | 43 | 0 | 4 | 31 | 255 | 42 | 76 |
| Binary | 1111101 | 10111111 | 10110111 | 100011 | 0 | 100 | 11001 | 10101101 | 100010 | 111110 |
Color Harmonies of #7DBFB7
Complementary color
Monochromatic Colors of #7DBFB7
Black with #7DBFB7
Text Example
Text Example
White with #7DBFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFB7; }
p { color: rgb(125,191,183); }
H1.HeaderClassName
{
color: #7DBFB7;
}
.AnyTagClassName
{
color: #7DBFB7;
}
</style>
background-color css
<style>
a { background-color: #7DBFB7; }
a { background-color: rgb(125,191,183); }
div.DivClassName
{
background-color: #7DBFB7;
}
.BgClassName
{
background-color: #7DBFB7;
}
</style>
border-color css
<style>
span { border-color: #7DBFB7; }
span { border-color: rgb(125,191,183); }
td.TdClassName
{
border-color: #7DBFB7;
}
.TagClassName
{
border-color: #7DBFB7;
}
</style>