Shades of Ming #3D787C
Tints of Ming #3D787C
RGB
CMYK
RGB Variations
Color information
#3D787C (or 0x3D787C) is known color: Ming. HEX triplet: 3D, 78 and 7C. RGB value is (61,120,124). Sum of RGB (Red+Green+Blue) = 61+120+124=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D787C is #C28783. Grayscale: #666666. Windows color (decimal): -12748676 or 8157245. OLE color: 8157245.
HSL color Cylindrical-coordinate representation of color #3D787C: hue angle of 183.81º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D787C is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 120 | 124 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.51 |
| HSL | 183.81º | 0.34% | 0.36% | - |
| HSV(B) | 183.81º | 0.51% | 0.49% | - |
| XYZ | 12.28 | 15.88 | 21.49 | - |
| YUV | 102.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 120 | 124 | 0.51 | 0.03 | 0 | 0.51 | 183.81 | 0.34 | 0.36 |
| Hex | 3D | 78 | 7C | 33 | 3 | 0 | 33 | B8 | 22 | 24 |
| Octal | 75 | 170 | 174 | 63 | 3 | 0 | 63 | 270 | 42 | 44 |
| Binary | 111101 | 1111000 | 1111100 | 110011 | 11 | 0 | 110011 | 10111000 | 100010 | 100100 |
Color Harmonies of #3D787C
Complementary color
Monochromatic Colors of #3D787C
Black with #3D787C
Text Example
Text Example
White with #3D787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D787C; }
p { color: rgb(61,120,124); }
H1.HeaderClassName
{
color: #3D787C;
}
.AnyTagClassName
{
color: #3D787C;
}
</style>
background-color css
<style>
a { background-color: #3D787C; }
a { background-color: rgb(61,120,124); }
div.DivClassName
{
background-color: #3D787C;
}
.BgClassName
{
background-color: #3D787C;
}
</style>
border-color css
<style>
span { border-color: #3D787C; }
span { border-color: rgb(61,120,124); }
td.TdClassName
{
border-color: #3D787C;
}
.TagClassName
{
border-color: #3D787C;
}
</style>