Shades of Sherpa Blue #074C59
Tints of Sherpa Blue #074C59
RGB
CMYK
RGB Variations
Color information
#074C59 (or 0x074C59) is known color: Sherpa Blue. HEX triplet: 07, 4C and 59. RGB value is (7,76,89). Sum of RGB (Red+Green+Blue) = 7+76+89=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #074C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074C59 is #F8B3A6. Grayscale: #383838. Windows color (decimal): -16298919 or 5852167. OLE color: 5852167.
HSL color Cylindrical-coordinate representation of color #074C59: hue angle of 189.51º 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 #074C59 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 76 | 89 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.65 |
| HSL | 189.51º | 0.85% | 0.19% | - |
| HSV(B) | 189.51º | 0.92% | 0.35% | - |
| XYZ | 4.48 | 5.94 | 10.36 | - |
| YUV | 56.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 89 | 0.92 | 0.15 | 0 | 0.65 | 189.51 | 0.85 | 0.19 |
| Hex | 7 | 4C | 59 | 5C | F | 0 | 41 | BE | 55 | 13 |
| Octal | 7 | 114 | 131 | 134 | 17 | 0 | 101 | 276 | 125 | 23 |
| Binary | 111 | 1001100 | 1011001 | 1011100 | 1111 | 0 | 1000001 | 10111110 | 1010101 | 10011 |
Color Harmonies of #074C59
Complementary color
Monochromatic Colors of #074C59
Black with #074C59
Text Example
Text Example
White with #074C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C59; }
p { color: rgb(7,76,89); }
H1.HeaderClassName
{
color: #074C59;
}
.AnyTagClassName
{
color: #074C59;
}
</style>
background-color css
<style>
a { background-color: #074C59; }
a { background-color: rgb(7,76,89); }
div.DivClassName
{
background-color: #074C59;
}
.BgClassName
{
background-color: #074C59;
}
</style>
border-color css
<style>
span { border-color: #074C59; }
span { border-color: rgb(7,76,89); }
td.TdClassName
{
border-color: #074C59;
}
.TagClassName
{
border-color: #074C59;
}
</style>