Shades of Sherpa Blue #074758
Tints of Sherpa Blue #074758
RGB
CMYK
RGB Variations
Color information
#074758 (or 0x074758) is known color: Sherpa Blue. HEX triplet: 07, 47 and 58. RGB value is (7,71,88). Sum of RGB (Red+Green+Blue) = 7+71+88=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #074758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074758 is #F8B8A7. Grayscale: #353535. Windows color (decimal): -16300200 or 5785351. OLE color: 5785351.
HSL color Cylindrical-coordinate representation of color #074758: hue angle of 192.59º 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 #074758 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 71 | 88 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.65 |
| HSL | 192.59º | 0.85% | 0.19% | - |
| HSV(B) | 192.59º | 0.92% | 0.35% | - |
| XYZ | 4.1 | 5.26 | 10.03 | - |
| YUV | 53.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 88 | 0.92 | 0.19 | 0 | 0.65 | 192.59 | 0.85 | 0.19 |
| Hex | 7 | 47 | 58 | 5C | 13 | 0 | 41 | C1 | 55 | 13 |
| Octal | 7 | 107 | 130 | 134 | 23 | 0 | 101 | 301 | 125 | 23 |
| Binary | 111 | 1000111 | 1011000 | 1011100 | 10011 | 0 | 1000001 | 11000001 | 1010101 | 10011 |
Color Harmonies of #074758
Complementary color
Monochromatic Colors of #074758
Black with #074758
Text Example
Text Example
White with #074758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074758; }
p { color: rgb(7,71,88); }
H1.HeaderClassName
{
color: #074758;
}
.AnyTagClassName
{
color: #074758;
}
</style>
background-color css
<style>
a { background-color: #074758; }
a { background-color: rgb(7,71,88); }
div.DivClassName
{
background-color: #074758;
}
.BgClassName
{
background-color: #074758;
}
</style>
border-color css
<style>
span { border-color: #074758; }
span { border-color: rgb(7,71,88); }
td.TdClassName
{
border-color: #074758;
}
.TagClassName
{
border-color: #074758;
}
</style>