Shades of Sherpa Blue #074554
Tints of Sherpa Blue #074554
RGB
CMYK
RGB Variations
Color information
#074554 (or 0x074554) is known color: Sherpa Blue. HEX triplet: 07, 45 and 54. RGB value is (7,69,84). Sum of RGB (Red+Green+Blue) = 7+69+84=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #074554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074554 is #F8BAAB. Grayscale: #343434. Windows color (decimal): -16300716 or 5522695. OLE color: 5522695.
HSL color Cylindrical-coordinate representation of color #074554: hue angle of 191.69º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074554 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 69 | 84 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.67 |
| HSL | 191.69º | 0.85% | 0.18% | - |
| HSV(B) | 191.69º | 0.92% | 0.33% | - |
| XYZ | 3.82 | 4.94 | 9.14 | - |
| YUV | 52.17 | 145.96 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 84 | 0.92 | 0.18 | 0 | 0.67 | 191.69 | 0.85 | 0.18 |
| Hex | 7 | 45 | 54 | 5C | 12 | 0 | 43 | C0 | 55 | 12 |
| Octal | 7 | 105 | 124 | 134 | 22 | 0 | 103 | 300 | 125 | 22 |
| Binary | 111 | 1000101 | 1010100 | 1011100 | 10010 | 0 | 1000011 | 11000000 | 1010101 | 10010 |
Color Harmonies of #074554
Complementary color
Monochromatic Colors of #074554
Black with #074554
Text Example
Text Example
White with #074554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074554; }
p { color: rgb(7,69,84); }
H1.HeaderClassName
{
color: #074554;
}
.AnyTagClassName
{
color: #074554;
}
</style>
background-color css
<style>
a { background-color: #074554; }
a { background-color: rgb(7,69,84); }
div.DivClassName
{
background-color: #074554;
}
.BgClassName
{
background-color: #074554;
}
</style>
border-color css
<style>
span { border-color: #074554; }
span { border-color: rgb(7,69,84); }
td.TdClassName
{
border-color: #074554;
}
.TagClassName
{
border-color: #074554;
}
</style>