Shades of Ming #3B7D77
Tints of Ming #3B7D77
RGB
CMYK
RGB Variations
Color information
#3B7D77 (or 0x3B7D77) is known color: Ming. HEX triplet: 3B, 7D and 77. RGB value is (59,125,119). Sum of RGB (Red+Green+Blue) = 59+125+119=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #3B7D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7D77 is #C48288. Grayscale: #686868. Windows color (decimal): -12878473 or 7830843. OLE color: 7830843.
HSL color Cylindrical-coordinate representation of color #3B7D77: hue angle of 174.55º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B7D77 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 125 | 119 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.51 |
| HSL | 174.55º | 0.36% | 0.36% | - |
| HSV(B) | 174.55º | 0.53% | 0.49% | - |
| XYZ | 12.47 | 16.93 | 20.06 | - |
| YUV | 104.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 125 | 119 | 0.53 | 0 | 0.05 | 0.51 | 174.55 | 0.36 | 0.36 |
| Hex | 3B | 7D | 77 | 35 | 0 | 5 | 33 | AF | 24 | 24 |
| Octal | 73 | 175 | 167 | 65 | 0 | 5 | 63 | 257 | 44 | 44 |
| Binary | 111011 | 1111101 | 1110111 | 110101 | 0 | 101 | 110011 | 10101111 | 100100 | 100100 |
Color Harmonies of #3B7D77
Complementary color
Monochromatic Colors of #3B7D77
Black with #3B7D77
Text Example
Text Example
White with #3B7D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7D77; }
p { color: rgb(59,125,119); }
H1.HeaderClassName
{
color: #3B7D77;
}
.AnyTagClassName
{
color: #3B7D77;
}
</style>
background-color css
<style>
a { background-color: #3B7D77; }
a { background-color: rgb(59,125,119); }
div.DivClassName
{
background-color: #3B7D77;
}
.BgClassName
{
background-color: #3B7D77;
}
</style>
border-color css
<style>
span { border-color: #3B7D77; }
span { border-color: rgb(59,125,119); }
td.TdClassName
{
border-color: #3B7D77;
}
.TagClassName
{
border-color: #3B7D77;
}
</style>