Shades of Ming #427C76
Tints of Ming #427C76
RGB
CMYK
RGB Variations
Color information
#427C76 (or 0x427C76) is known color: Ming. HEX triplet: 42, 7C and 76. RGB value is (66,124,118). Sum of RGB (Red+Green+Blue) = 66+124+118=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #427C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C76 is #BD8389. Grayscale: #696969. Windows color (decimal): -12419978 or 7765058. OLE color: 7765058.
HSL color Cylindrical-coordinate representation of color #427C76: hue angle of 173.79º 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 #427C76 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 124 | 118 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.51 |
| HSL | 173.79º | 0.31% | 0.37% | - |
| HSV(B) | 173.79º | 0.47% | 0.49% | - |
| XYZ | 12.72 | 16.88 | 19.73 | - |
| YUV | 105.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 118 | 0.47 | 0 | 0.05 | 0.51 | 173.79 | 0.31 | 0.37 |
| Hex | 42 | 7C | 76 | 2F | 0 | 5 | 33 | AE | 1F | 25 |
| Octal | 102 | 174 | 166 | 57 | 0 | 5 | 63 | 256 | 37 | 45 |
| Binary | 1000010 | 1111100 | 1110110 | 101111 | 0 | 101 | 110011 | 10101110 | 11111 | 100101 |
Color Harmonies of #427C76
Complementary color
Monochromatic Colors of #427C76
Black with #427C76
Text Example
Text Example
White with #427C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427C76; }
p { color: rgb(66,124,118); }
H1.HeaderClassName
{
color: #427C76;
}
.AnyTagClassName
{
color: #427C76;
}
</style>
background-color css
<style>
a { background-color: #427C76; }
a { background-color: rgb(66,124,118); }
div.DivClassName
{
background-color: #427C76;
}
.BgClassName
{
background-color: #427C76;
}
</style>
border-color css
<style>
span { border-color: #427C76; }
span { border-color: rgb(66,124,118); }
td.TdClassName
{
border-color: #427C76;
}
.TagClassName
{
border-color: #427C76;
}
</style>