Shades of Ming #3E7A74
Tints of Ming #3E7A74
RGB
CMYK
RGB Variations
Color information
#3E7A74 (or 0x3E7A74) is known color: Ming. HEX triplet: 3E, 7A and 74. RGB value is (62,122,116). Sum of RGB (Red+Green+Blue) = 62+122+116=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A74 is #C1858B. Grayscale: #676767. Windows color (decimal): -12682636 or 7633470. OLE color: 7633470.
HSL color Cylindrical-coordinate representation of color #3E7A74: hue angle of 174º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E7A74 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 122 | 116 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.52 |
| HSL | 174º | 0.33% | 0.36% | - |
| HSV(B) | 174º | 0.49% | 0.48% | - |
| XYZ | 12.1 | 16.2 | 19.01 | - |
| YUV | 103.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 116 | 0.49 | 0 | 0.05 | 0.52 | 174 | 0.33 | 0.36 |
| Hex | 3E | 7A | 74 | 31 | 0 | 5 | 34 | AE | 21 | 24 |
| Octal | 76 | 172 | 164 | 61 | 0 | 5 | 64 | 256 | 41 | 44 |
| Binary | 111110 | 1111010 | 1110100 | 110001 | 0 | 101 | 110100 | 10101110 | 100001 | 100100 |
Color Harmonies of #3E7A74
Complementary color
Monochromatic Colors of #3E7A74
Black with #3E7A74
Text Example
Text Example
White with #3E7A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7A74; }
p { color: rgb(62,122,116); }
H1.HeaderClassName
{
color: #3E7A74;
}
.AnyTagClassName
{
color: #3E7A74;
}
</style>
background-color css
<style>
a { background-color: #3E7A74; }
a { background-color: rgb(62,122,116); }
div.DivClassName
{
background-color: #3E7A74;
}
.BgClassName
{
background-color: #3E7A74;
}
</style>
border-color css
<style>
span { border-color: #3E7A74; }
span { border-color: rgb(62,122,116); }
td.TdClassName
{
border-color: #3E7A74;
}
.TagClassName
{
border-color: #3E7A74;
}
</style>