Shades of Sherpa Blue #074955
Tints of Sherpa Blue #074955
RGB
CMYK
RGB Variations
Color information
#074955 (or 0x074955) is known color: Sherpa Blue. HEX triplet: 07, 49 and 55. RGB value is (7,73,85). Sum of RGB (Red+Green+Blue) = 7+73+85=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #074955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074955 is #F8B6AA. Grayscale: #363636. Windows color (decimal): -16299691 or 5589255. OLE color: 5589255.
HSL color Cylindrical-coordinate representation of color #074955: hue angle of 189.23º 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 #074955 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 73 | 85 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.67 |
| HSL | 189.23º | 0.85% | 0.18% | - |
| HSV(B) | 189.23º | 0.92% | 0.33% | - |
| XYZ | 4.11 | 5.47 | 9.43 | - |
| YUV | 54.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 85 | 0.92 | 0.14 | 0 | 0.67 | 189.23 | 0.85 | 0.18 |
| Hex | 7 | 49 | 55 | 5C | E | 0 | 43 | BD | 55 | 12 |
| Octal | 7 | 111 | 125 | 134 | 16 | 0 | 103 | 275 | 125 | 22 |
| Binary | 111 | 1001001 | 1010101 | 1011100 | 1110 | 0 | 1000011 | 10111101 | 1010101 | 10010 |
Color Harmonies of #074955
Complementary color
Monochromatic Colors of #074955
Black with #074955
Text Example
Text Example
White with #074955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074955; }
p { color: rgb(7,73,85); }
H1.HeaderClassName
{
color: #074955;
}
.AnyTagClassName
{
color: #074955;
}
</style>
background-color css
<style>
a { background-color: #074955; }
a { background-color: rgb(7,73,85); }
div.DivClassName
{
background-color: #074955;
}
.BgClassName
{
background-color: #074955;
}
</style>
border-color css
<style>
span { border-color: #074955; }
span { border-color: rgb(7,73,85); }
td.TdClassName
{
border-color: #074955;
}
.TagClassName
{
border-color: #074955;
}
</style>