Shades of Ming #3A7F7E
Tints of Ming #3A7F7E
RGB
CMYK
RGB Variations
Color information
#3A7F7E (or 0x3A7F7E) is known color: Ming. HEX triplet: 3A, 7F and 7E. RGB value is (58,127,126). Sum of RGB (Red+Green+Blue) = 58+127+126=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7F7E is #C58081. Grayscale: #6A6A6A. Windows color (decimal): -12943490 or 8290106. OLE color: 8290106.
HSL color Cylindrical-coordinate representation of color #3A7F7E: hue angle of 179.13º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7F7E is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 127 | 126 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.50 |
| HSL | 179.13º | 0.37% | 0.36% | - |
| HSV(B) | 179.13º | 0.54% | 0.5% | - |
| XYZ | 13.1 | 17.58 | 22.44 | - |
| YUV | 106.26 | 139.14 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 127 | 126 | 0.54 | 0 | 0.01 | 0.50 | 179.13 | 0.37 | 0.36 |
| Hex | 3A | 7F | 7E | 36 | 0 | 1 | 32 | B3 | 25 | 24 |
| Octal | 72 | 177 | 176 | 66 | 0 | 1 | 62 | 263 | 45 | 44 |
| Binary | 111010 | 1111111 | 1111110 | 110110 | 0 | 1 | 110010 | 10110011 | 100101 | 100100 |
Color Harmonies of #3A7F7E
Complementary color
Monochromatic Colors of #3A7F7E
Black with #3A7F7E
Text Example
Text Example
White with #3A7F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7F7E; }
p { color: rgb(58,127,126); }
H1.HeaderClassName
{
color: #3A7F7E;
}
.AnyTagClassName
{
color: #3A7F7E;
}
</style>
background-color css
<style>
a { background-color: #3A7F7E; }
a { background-color: rgb(58,127,126); }
div.DivClassName
{
background-color: #3A7F7E;
}
.BgClassName
{
background-color: #3A7F7E;
}
</style>
border-color css
<style>
span { border-color: #3A7F7E; }
span { border-color: rgb(58,127,126); }
td.TdClassName
{
border-color: #3A7F7E;
}
.TagClassName
{
border-color: #3A7F7E;
}
</style>