Shades of Sherpa Blue #074D57
Tints of Sherpa Blue #074D57
RGB
CMYK
RGB Variations
Color information
#074D57 (or 0x074D57) is known color: Sherpa Blue. HEX triplet: 07, 4D and 57. RGB value is (7,77,87). Sum of RGB (Red+Green+Blue) = 7+77+87=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #074D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D57 is #F8B2A8. Grayscale: #393939. Windows color (decimal): -16298665 or 5721351. OLE color: 5721351.
HSL color Cylindrical-coordinate representation of color #074D57: hue angle of 187.5º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074D57 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 77 | 87 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.66 |
| HSL | 187.5º | 0.85% | 0.18% | - |
| HSV(B) | 187.5º | 0.92% | 0.34% | - |
| XYZ | 4.46 | 6.04 | 9.95 | - |
| YUV | 57.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 87 | 0.92 | 0.11 | 0 | 0.66 | 187.5 | 0.85 | 0.18 |
| Hex | 7 | 4D | 57 | 5C | B | 0 | 42 | BC | 55 | 12 |
| Octal | 7 | 115 | 127 | 134 | 13 | 0 | 102 | 274 | 125 | 22 |
| Binary | 111 | 1001101 | 1010111 | 1011100 | 1011 | 0 | 1000010 | 10111100 | 1010101 | 10010 |
Color Harmonies of #074D57
Complementary color
Monochromatic Colors of #074D57
Black with #074D57
Text Example
Text Example
White with #074D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D57; }
p { color: rgb(7,77,87); }
H1.HeaderClassName
{
color: #074D57;
}
.AnyTagClassName
{
color: #074D57;
}
</style>
background-color css
<style>
a { background-color: #074D57; }
a { background-color: rgb(7,77,87); }
div.DivClassName
{
background-color: #074D57;
}
.BgClassName
{
background-color: #074D57;
}
</style>
border-color css
<style>
span { border-color: #074D57; }
span { border-color: rgb(7,77,87); }
td.TdClassName
{
border-color: #074D57;
}
.TagClassName
{
border-color: #074D57;
}
</style>