Shades of Ming #41777F
Tints of Ming #41777F
RGB
CMYK
RGB Variations
Color information
#41777F (or 0x41777F) is known color: Ming. HEX triplet: 41, 77 and 7F. RGB value is (65,119,127). Sum of RGB (Red+Green+Blue) = 65+119+127=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #41777F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41777F is #BE8880. Grayscale: #676767. Windows color (decimal): -12486785 or 8353601. OLE color: 8353601.
HSL color Cylindrical-coordinate representation of color #41777F: hue angle of 187.74º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41777F is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 119 | 127 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.50 |
| HSL | 187.74º | 0.32% | 0.38% | - |
| HSV(B) | 187.74º | 0.49% | 0.5% | - |
| XYZ | 12.61 | 15.85 | 22.47 | - |
| YUV | 103.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 127 | 0.49 | 0.06 | 0 | 0.50 | 187.74 | 0.32 | 0.38 |
| Hex | 41 | 77 | 7F | 31 | 6 | 0 | 32 | BC | 20 | 26 |
| Octal | 101 | 167 | 177 | 61 | 6 | 0 | 62 | 274 | 40 | 46 |
| Binary | 1000001 | 1110111 | 1111111 | 110001 | 110 | 0 | 110010 | 10111100 | 100000 | 100110 |
Color Harmonies of #41777F
Complementary color
Monochromatic Colors of #41777F
Black with #41777F
Text Example
Text Example
White with #41777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41777F; }
p { color: rgb(65,119,127); }
H1.HeaderClassName
{
color: #41777F;
}
.AnyTagClassName
{
color: #41777F;
}
</style>
background-color css
<style>
a { background-color: #41777F; }
a { background-color: rgb(65,119,127); }
div.DivClassName
{
background-color: #41777F;
}
.BgClassName
{
background-color: #41777F;
}
</style>
border-color css
<style>
span { border-color: #41777F; }
span { border-color: rgb(65,119,127); }
td.TdClassName
{
border-color: #41777F;
}
.TagClassName
{
border-color: #41777F;
}
</style>