Shades of Sherpa Blue #074D58
Tints of Sherpa Blue #074D58
RGB
CMYK
RGB Variations
Color information
#074D58 (or 0x074D58) is known color: Sherpa Blue. HEX triplet: 07, 4D and 58. RGB value is (7,77,88). Sum of RGB (Red+Green+Blue) = 7+77+88=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #074D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D58 is #F8B2A7. Grayscale: #393939. Windows color (decimal): -16298664 or 5786887. OLE color: 5786887.
HSL color Cylindrical-coordinate representation of color #074D58: hue angle of 188.15º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074D58 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 77 | 88 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.65 |
| HSL | 188.15º | 0.85% | 0.19% | - |
| HSV(B) | 188.15º | 0.92% | 0.35% | - |
| XYZ | 4.5 | 6.06 | 10.16 | - |
| YUV | 57.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 88 | 0.92 | 0.12 | 0 | 0.65 | 188.15 | 0.85 | 0.19 |
| Hex | 7 | 4D | 58 | 5C | C | 0 | 41 | BC | 55 | 13 |
| Octal | 7 | 115 | 130 | 134 | 14 | 0 | 101 | 274 | 125 | 23 |
| Binary | 111 | 1001101 | 1011000 | 1011100 | 1100 | 0 | 1000001 | 10111100 | 1010101 | 10011 |
Color Harmonies of #074D58
Complementary color
Monochromatic Colors of #074D58
Black with #074D58
Text Example
Text Example
White with #074D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D58; }
p { color: rgb(7,77,88); }
H1.HeaderClassName
{
color: #074D58;
}
.AnyTagClassName
{
color: #074D58;
}
</style>
background-color css
<style>
a { background-color: #074D58; }
a { background-color: rgb(7,77,88); }
div.DivClassName
{
background-color: #074D58;
}
.BgClassName
{
background-color: #074D58;
}
</style>
border-color css
<style>
span { border-color: #074D58; }
span { border-color: rgb(7,77,88); }
td.TdClassName
{
border-color: #074D58;
}
.TagClassName
{
border-color: #074D58;
}
</style>