Shades of Sherpa Blue #074D59
Tints of Sherpa Blue #074D59
RGB
CMYK
RGB Variations
Color information
#074D59 (or 0x074D59) is known color: Sherpa Blue. HEX triplet: 07, 4D and 59. RGB value is (7,77,89). Sum of RGB (Red+Green+Blue) = 7+77+89=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #074D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D59 is #F8B2A6. Grayscale: #393939. Windows color (decimal): -16298663 or 5852423. OLE color: 5852423.
HSL color Cylindrical-coordinate representation of color #074D59: hue angle of 188.78º 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 #074D59 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 77 | 89 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.65 |
| HSL | 188.78º | 0.85% | 0.19% | - |
| HSV(B) | 188.78º | 0.92% | 0.35% | - |
| XYZ | 4.54 | 6.07 | 10.38 | - |
| YUV | 57.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 89 | 0.92 | 0.13 | 0 | 0.65 | 188.78 | 0.85 | 0.19 |
| Hex | 7 | 4D | 59 | 5C | D | 0 | 41 | BD | 55 | 13 |
| Octal | 7 | 115 | 131 | 134 | 15 | 0 | 101 | 275 | 125 | 23 |
| Binary | 111 | 1001101 | 1011001 | 1011100 | 1101 | 0 | 1000001 | 10111101 | 1010101 | 10011 |
Color Harmonies of #074D59
Complementary color
Monochromatic Colors of #074D59
Black with #074D59
Text Example
Text Example
White with #074D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D59; }
p { color: rgb(7,77,89); }
H1.HeaderClassName
{
color: #074D59;
}
.AnyTagClassName
{
color: #074D59;
}
</style>
background-color css
<style>
a { background-color: #074D59; }
a { background-color: rgb(7,77,89); }
div.DivClassName
{
background-color: #074D59;
}
.BgClassName
{
background-color: #074D59;
}
</style>
border-color css
<style>
span { border-color: #074D59; }
span { border-color: rgb(7,77,89); }
td.TdClassName
{
border-color: #074D59;
}
.TagClassName
{
border-color: #074D59;
}
</style>