Shades of Monte Carlo #7DCBA7
Tints of Monte Carlo #7DCBA7
RGB
CMYK
RGB Variations
Color information
#7DCBA7 (or 0x7DCBA7) is known color: Monte Carlo. HEX triplet: 7D, CB and A7. RGB value is (125,203,167). Sum of RGB (Red+Green+Blue) = 125+203+167=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCBA7 is #823458. Grayscale: #AFAFAF. Windows color (decimal): -8533081 or 10996605. OLE color: 10996605.
HSL color Cylindrical-coordinate representation of color #7DCBA7: hue angle of 152.31º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCBA7 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 167 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.20 |
| HSL | 152.31º | 0.43% | 0.64% | - |
| HSV(B) | 152.31º | 0.38% | 0.8% | - |
| XYZ | 36.79 | 49.86 | 44.24 | - |
| YUV | 175.57 | 123.16 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 167 | 0.38 | 0 | 0.18 | 0.20 | 152.31 | 0.43 | 0.64 |
| Hex | 7D | CB | A7 | 26 | 0 | 12 | 14 | 98 | 2B | 40 |
| Octal | 175 | 313 | 247 | 46 | 0 | 22 | 24 | 230 | 53 | 100 |
| Binary | 1111101 | 11001011 | 10100111 | 100110 | 0 | 10010 | 10100 | 10011000 | 101011 | 1000000 |
Color Harmonies of #7DCBA7
Complementary color
Monochromatic Colors of #7DCBA7
Black with #7DCBA7
Text Example
Text Example
White with #7DCBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBA7; }
p { color: rgb(125,203,167); }
H1.HeaderClassName
{
color: #7DCBA7;
}
.AnyTagClassName
{
color: #7DCBA7;
}
</style>
background-color css
<style>
a { background-color: #7DCBA7; }
a { background-color: rgb(125,203,167); }
div.DivClassName
{
background-color: #7DCBA7;
}
.BgClassName
{
background-color: #7DCBA7;
}
</style>
border-color css
<style>
span { border-color: #7DCBA7; }
span { border-color: rgb(125,203,167); }
td.TdClassName
{
border-color: #7DCBA7;
}
.TagClassName
{
border-color: #7DCBA7;
}
</style>