Shades of Sherpa Blue #074550
Tints of Sherpa Blue #074550
RGB
CMYK
RGB Variations
Color information
#074550 (or 0x074550) is known color: Sherpa Blue. HEX triplet: 07, 45 and 50. RGB value is (7,69,80). Sum of RGB (Red+Green+Blue) = 7+69+80=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #074550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074550 is #F8BAAF. Grayscale: #333333. Windows color (decimal): -16300720 or 5260551. OLE color: 5260551.
HSL color Cylindrical-coordinate representation of color #074550: hue angle of 189.04º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074550 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 69 | 80 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.69 |
| HSL | 189.04º | 0.84% | 0.17% | - |
| HSV(B) | 189.04º | 0.91% | 0.31% | - |
| XYZ | 3.66 | 4.88 | 8.34 | - |
| YUV | 51.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 80 | 0.91 | 0.14 | 0 | 0.69 | 189.04 | 0.84 | 0.17 |
| Hex | 7 | 45 | 50 | 5B | E | 0 | 45 | BD | 54 | 11 |
| Octal | 7 | 105 | 120 | 133 | 16 | 0 | 105 | 275 | 124 | 21 |
| Binary | 111 | 1000101 | 1010000 | 1011011 | 1110 | 0 | 1000101 | 10111101 | 1010100 | 10001 |
Color Harmonies of #074550
Complementary color
Monochromatic Colors of #074550
Black with #074550
Text Example
Text Example
White with #074550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074550; }
p { color: rgb(7,69,80); }
H1.HeaderClassName
{
color: #074550;
}
.AnyTagClassName
{
color: #074550;
}
</style>
background-color css
<style>
a { background-color: #074550; }
a { background-color: rgb(7,69,80); }
div.DivClassName
{
background-color: #074550;
}
.BgClassName
{
background-color: #074550;
}
</style>
border-color css
<style>
span { border-color: #074550; }
span { border-color: rgb(7,69,80); }
td.TdClassName
{
border-color: #074550;
}
.TagClassName
{
border-color: #074550;
}
</style>