Shades of Sherpa Blue #074E61
Tints of Sherpa Blue #074E61
RGB
CMYK
RGB Variations
Color information
#074E61 (or 0x074E61) is known color: Sherpa Blue. HEX triplet: 07, 4E and 61. RGB value is (7,78,97). Sum of RGB (Red+Green+Blue) = 7+78+97=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #074E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074E61 is #F8B19E. Grayscale: #3A3A3A. Windows color (decimal): -16298399 or 6376967. OLE color: 6376967.
HSL color Cylindrical-coordinate representation of color #074E61: hue angle of 192.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074E61 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 78 | 97 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.62 |
| HSL | 192.67º | 0.87% | 0.2% | - |
| HSV(B) | 192.67º | 0.93% | 0.38% | - |
| XYZ | 4.97 | 6.36 | 12.27 | - |
| YUV | 58.94 | 149.48 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 97 | 0.93 | 0.20 | 0 | 0.62 | 192.67 | 0.87 | 0.2 |
| Hex | 7 | 4E | 61 | 5D | 14 | 0 | 3E | C1 | 57 | 14 |
| Octal | 7 | 116 | 141 | 135 | 24 | 0 | 76 | 301 | 127 | 24 |
| Binary | 111 | 1001110 | 1100001 | 1011101 | 10100 | 0 | 111110 | 11000001 | 1010111 | 10100 |
Color Harmonies of #074E61
Complementary color
Monochromatic Colors of #074E61
Black with #074E61
Text Example
Text Example
White with #074E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E61; }
p { color: rgb(7,78,97); }
H1.HeaderClassName
{
color: #074E61;
}
.AnyTagClassName
{
color: #074E61;
}
</style>
background-color css
<style>
a { background-color: #074E61; }
a { background-color: rgb(7,78,97); }
div.DivClassName
{
background-color: #074E61;
}
.BgClassName
{
background-color: #074E61;
}
</style>
border-color css
<style>
span { border-color: #074E61; }
span { border-color: rgb(7,78,97); }
td.TdClassName
{
border-color: #074E61;
}
.TagClassName
{
border-color: #074E61;
}
</style>