Shades of Ming #42787D
Tints of Ming #42787D
RGB
CMYK
RGB Variations
Color information
#42787D (or 0x42787D) is known color: Ming. HEX triplet: 42, 78 and 7D. RGB value is (66,120,125). Sum of RGB (Red+Green+Blue) = 66+120+125=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #42787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42787D is #BD8782. Grayscale: #686868. Windows color (decimal): -12420995 or 8222786. OLE color: 8222786.
HSL color Cylindrical-coordinate representation of color #42787D: hue angle of 185.08º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42787D is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 120 | 125 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.51 |
| HSL | 185.08º | 0.31% | 0.37% | - |
| HSV(B) | 185.08º | 0.47% | 0.49% | - |
| XYZ | 12.66 | 16.07 | 21.84 | - |
| YUV | 104.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 125 | 0.47 | 0.04 | 0 | 0.51 | 185.08 | 0.31 | 0.37 |
| Hex | 42 | 78 | 7D | 2F | 4 | 0 | 33 | B9 | 1F | 25 |
| Octal | 102 | 170 | 175 | 57 | 4 | 0 | 63 | 271 | 37 | 45 |
| Binary | 1000010 | 1111000 | 1111101 | 101111 | 100 | 0 | 110011 | 10111001 | 11111 | 100101 |
Color Harmonies of #42787D
Complementary color
Monochromatic Colors of #42787D
Black with #42787D
Text Example
Text Example
White with #42787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42787D; }
p { color: rgb(66,120,125); }
H1.HeaderClassName
{
color: #42787D;
}
.AnyTagClassName
{
color: #42787D;
}
</style>
background-color css
<style>
a { background-color: #42787D; }
a { background-color: rgb(66,120,125); }
div.DivClassName
{
background-color: #42787D;
}
.BgClassName
{
background-color: #42787D;
}
</style>
border-color css
<style>
span { border-color: #42787D; }
span { border-color: rgb(66,120,125); }
td.TdClassName
{
border-color: #42787D;
}
.TagClassName
{
border-color: #42787D;
}
</style>