Shades of Ming #3D777A
Tints of Ming #3D777A
RGB
CMYK
RGB Variations
Color information
#3D777A (or 0x3D777A) is known color: Ming. HEX triplet: 3D, 77 and 7A. RGB value is (61,119,122). Sum of RGB (Red+Green+Blue) = 61+119+122=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D777A is #C28885. Grayscale: #656565. Windows color (decimal): -12748934 or 8025917. OLE color: 8025917.
HSL color Cylindrical-coordinate representation of color #3D777A: hue angle of 182.95º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D777A is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 119 | 122 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.52 |
| HSL | 182.95º | 0.33% | 0.36% | - |
| HSV(B) | 182.95º | 0.5% | 0.48% | - |
| XYZ | 12.03 | 15.59 | 20.79 | - |
| YUV | 102 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 122 | 0.50 | 0.02 | 0 | 0.52 | 182.95 | 0.33 | 0.36 |
| Hex | 3D | 77 | 7A | 32 | 2 | 0 | 34 | B7 | 21 | 24 |
| Octal | 75 | 167 | 172 | 62 | 2 | 0 | 64 | 267 | 41 | 44 |
| Binary | 111101 | 1110111 | 1111010 | 110010 | 10 | 0 | 110100 | 10110111 | 100001 | 100100 |
Color Harmonies of #3D777A
Complementary color
Monochromatic Colors of #3D777A
Black with #3D777A
Text Example
Text Example
White with #3D777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D777A; }
p { color: rgb(61,119,122); }
H1.HeaderClassName
{
color: #3D777A;
}
.AnyTagClassName
{
color: #3D777A;
}
</style>
background-color css
<style>
a { background-color: #3D777A; }
a { background-color: rgb(61,119,122); }
div.DivClassName
{
background-color: #3D777A;
}
.BgClassName
{
background-color: #3D777A;
}
</style>
border-color css
<style>
span { border-color: #3D777A; }
span { border-color: rgb(61,119,122); }
td.TdClassName
{
border-color: #3D777A;
}
.TagClassName
{
border-color: #3D777A;
}
</style>