Shades of Ming #43777B
Tints of Ming #43777B
RGB
CMYK
RGB Variations
Color information
#43777B (or 0x43777B) is known color: Ming. HEX triplet: 43, 77 and 7B. RGB value is (67,119,123). Sum of RGB (Red+Green+Blue) = 67+119+123=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #43777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43777B is #BC8884. Grayscale: #676767. Windows color (decimal): -12355717 or 8091459. OLE color: 8091459.
HSL color Cylindrical-coordinate representation of color #43777B: hue angle of 184.29º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43777B is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 119 | 123 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.52 |
| HSL | 184.29º | 0.29% | 0.37% | - |
| HSV(B) | 184.29º | 0.46% | 0.48% | - |
| XYZ | 12.49 | 15.82 | 21.13 | - |
| YUV | 103.91 | 138.77 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 119 | 123 | 0.46 | 0.03 | 0 | 0.52 | 184.29 | 0.29 | 0.37 |
| Hex | 43 | 77 | 7B | 2E | 3 | 0 | 34 | B8 | 1D | 25 |
| Octal | 103 | 167 | 173 | 56 | 3 | 0 | 64 | 270 | 35 | 45 |
| Binary | 1000011 | 1110111 | 1111011 | 101110 | 11 | 0 | 110100 | 10111000 | 11101 | 100101 |
Color Harmonies of #43777B
Complementary color
Monochromatic Colors of #43777B
Black with #43777B
Text Example
Text Example
White with #43777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43777B; }
p { color: rgb(67,119,123); }
H1.HeaderClassName
{
color: #43777B;
}
.AnyTagClassName
{
color: #43777B;
}
</style>
background-color css
<style>
a { background-color: #43777B; }
a { background-color: rgb(67,119,123); }
div.DivClassName
{
background-color: #43777B;
}
.BgClassName
{
background-color: #43777B;
}
</style>
border-color css
<style>
span { border-color: #43777B; }
span { border-color: rgb(67,119,123); }
td.TdClassName
{
border-color: #43777B;
}
.TagClassName
{
border-color: #43777B;
}
</style>