Shades of Ming #3E7B76
Tints of Ming #3E7B76
RGB
CMYK
RGB Variations
Color information
#3E7B76 (or 0x3E7B76) is known color: Ming. HEX triplet: 3E, 7B and 76. RGB value is (62,123,118). Sum of RGB (Red+Green+Blue) = 62+123+118=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B76 is #C18489. Grayscale: #686868. Windows color (decimal): -12682378 or 7764798. OLE color: 7764798.
HSL color Cylindrical-coordinate representation of color #3E7B76: hue angle of 175.08º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7B76 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 123 | 118 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.52 |
| HSL | 175.08º | 0.33% | 0.36% | - |
| HSV(B) | 175.08º | 0.5% | 0.48% | - |
| XYZ | 12.34 | 16.5 | 19.67 | - |
| YUV | 104.19 | 135.79 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 118 | 0.50 | 0 | 0.04 | 0.52 | 175.08 | 0.33 | 0.36 |
| Hex | 3E | 7B | 76 | 32 | 0 | 4 | 34 | AF | 21 | 24 |
| Octal | 76 | 173 | 166 | 62 | 0 | 4 | 64 | 257 | 41 | 44 |
| Binary | 111110 | 1111011 | 1110110 | 110010 | 0 | 100 | 110100 | 10101111 | 100001 | 100100 |
Color Harmonies of #3E7B76
Complementary color
Monochromatic Colors of #3E7B76
Black with #3E7B76
Text Example
Text Example
White with #3E7B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7B76; }
p { color: rgb(62,123,118); }
H1.HeaderClassName
{
color: #3E7B76;
}
.AnyTagClassName
{
color: #3E7B76;
}
</style>
background-color css
<style>
a { background-color: #3E7B76; }
a { background-color: rgb(62,123,118); }
div.DivClassName
{
background-color: #3E7B76;
}
.BgClassName
{
background-color: #3E7B76;
}
</style>
border-color css
<style>
span { border-color: #3E7B76; }
span { border-color: rgb(62,123,118); }
td.TdClassName
{
border-color: #3E7B76;
}
.TagClassName
{
border-color: #3E7B76;
}
</style>