Shades of Sherpa Blue #074C58
Tints of Sherpa Blue #074C58
RGB
CMYK
RGB Variations
Color information
#074C58 (or 0x074C58) is known color: Sherpa Blue. HEX triplet: 07, 4C and 58. RGB value is (7,76,88). Sum of RGB (Red+Green+Blue) = 7+76+88=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #074C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074C58 is #F8B3A7. Grayscale: #383838. Windows color (decimal): -16298920 or 5786631. OLE color: 5786631.
HSL color Cylindrical-coordinate representation of color #074C58: hue angle of 188.89º 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 #074C58 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 76 | 88 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.65 |
| HSL | 188.89º | 0.85% | 0.19% | - |
| HSV(B) | 188.89º | 0.92% | 0.35% | - |
| XYZ | 4.43 | 5.92 | 10.14 | - |
| YUV | 56.74 | 145.64 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 88 | 0.92 | 0.14 | 0 | 0.65 | 188.89 | 0.85 | 0.19 |
| Hex | 7 | 4C | 58 | 5C | E | 0 | 41 | BD | 55 | 13 |
| Octal | 7 | 114 | 130 | 134 | 16 | 0 | 101 | 275 | 125 | 23 |
| Binary | 111 | 1001100 | 1011000 | 1011100 | 1110 | 0 | 1000001 | 10111101 | 1010101 | 10011 |
Color Harmonies of #074C58
Complementary color
Monochromatic Colors of #074C58
Black with #074C58
Text Example
Text Example
White with #074C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C58; }
p { color: rgb(7,76,88); }
H1.HeaderClassName
{
color: #074C58;
}
.AnyTagClassName
{
color: #074C58;
}
</style>
background-color css
<style>
a { background-color: #074C58; }
a { background-color: rgb(7,76,88); }
div.DivClassName
{
background-color: #074C58;
}
.BgClassName
{
background-color: #074C58;
}
</style>
border-color css
<style>
span { border-color: #074C58; }
span { border-color: rgb(7,76,88); }
td.TdClassName
{
border-color: #074C58;
}
.TagClassName
{
border-color: #074C58;
}
</style>