Shades of Ming #407F7A
Tints of Ming #407F7A
RGB
CMYK
RGB Variations
Color information
#407F7A (or 0x407F7A) is known color: Ming. HEX triplet: 40, 7F and 7A. RGB value is (64,127,122). Sum of RGB (Red+Green+Blue) = 64+127+122=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 127 - color contains mainly: green. Hex color #407F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F7A is #BF8085. Grayscale: #6B6B6B. Windows color (decimal): -12550278 or 8027968. OLE color: 8027968.
HSL color Cylindrical-coordinate representation of color #407F7A: hue angle of 175.24º 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 #407F7A is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 127 | 122 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.50 |
| HSL | 175.24º | 0.33% | 0.37% | - |
| HSV(B) | 175.24º | 0.5% | 0.5% | - |
| XYZ | 13.22 | 17.67 | 21.13 | - |
| YUV | 107.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 122 | 0.50 | 0 | 0.04 | 0.50 | 175.24 | 0.33 | 0.37 |
| Hex | 40 | 7F | 7A | 32 | 0 | 4 | 32 | AF | 21 | 25 |
| Octal | 100 | 177 | 172 | 62 | 0 | 4 | 62 | 257 | 41 | 45 |
| Binary | 1000000 | 1111111 | 1111010 | 110010 | 0 | 100 | 110010 | 10101111 | 100001 | 100101 |
Color Harmonies of #407F7A
Complementary color
Monochromatic Colors of #407F7A
Black with #407F7A
Text Example
Text Example
White with #407F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407F7A; }
p { color: rgb(64,127,122); }
H1.HeaderClassName
{
color: #407F7A;
}
.AnyTagClassName
{
color: #407F7A;
}
</style>
background-color css
<style>
a { background-color: #407F7A; }
a { background-color: rgb(64,127,122); }
div.DivClassName
{
background-color: #407F7A;
}
.BgClassName
{
background-color: #407F7A;
}
</style>
border-color css
<style>
span { border-color: #407F7A; }
span { border-color: rgb(64,127,122); }
td.TdClassName
{
border-color: #407F7A;
}
.TagClassName
{
border-color: #407F7A;
}
</style>