Shades of Ming #407A7F
Tints of Ming #407A7F
RGB
CMYK
RGB Variations
Color information
#407A7F (or 0x407A7F) is known color: Ming. HEX triplet: 40, 7A and 7F. RGB value is (64,122,127). Sum of RGB (Red+Green+Blue) = 64+122+127=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #407A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A7F is #BF8580. Grayscale: #696969. Windows color (decimal): -12551553 or 8354368. OLE color: 8354368.
HSL color Cylindrical-coordinate representation of color #407A7F: hue angle of 184.76º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407A7F is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 122 | 127 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.50 |
| HSL | 184.76º | 0.33% | 0.37% | - |
| HSV(B) | 184.76º | 0.5% | 0.5% | - |
| XYZ | 12.9 | 16.54 | 22.59 | - |
| YUV | 105.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 127 | 0.50 | 0.04 | 0 | 0.50 | 184.76 | 0.33 | 0.37 |
| Hex | 40 | 7A | 7F | 32 | 4 | 0 | 32 | B9 | 21 | 25 |
| Octal | 100 | 172 | 177 | 62 | 4 | 0 | 62 | 271 | 41 | 45 |
| Binary | 1000000 | 1111010 | 1111111 | 110010 | 100 | 0 | 110010 | 10111001 | 100001 | 100101 |
Color Harmonies of #407A7F
Complementary color
Monochromatic Colors of #407A7F
Black with #407A7F
Text Example
Text Example
White with #407A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407A7F; }
p { color: rgb(64,122,127); }
H1.HeaderClassName
{
color: #407A7F;
}
.AnyTagClassName
{
color: #407A7F;
}
</style>
background-color css
<style>
a { background-color: #407A7F; }
a { background-color: rgb(64,122,127); }
div.DivClassName
{
background-color: #407A7F;
}
.BgClassName
{
background-color: #407A7F;
}
</style>
border-color css
<style>
span { border-color: #407A7F; }
span { border-color: rgb(64,122,127); }
td.TdClassName
{
border-color: #407A7F;
}
.TagClassName
{
border-color: #407A7F;
}
</style>