Shades of Sherpa Blue #074D56
Tints of Sherpa Blue #074D56
RGB
CMYK
RGB Variations
Color information
#074D56 (or 0x074D56) is known color: Sherpa Blue. HEX triplet: 07, 4D and 56. RGB value is (7,77,86). Sum of RGB (Red+Green+Blue) = 7+77+86=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #074D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D56 is #F8B2A9. Grayscale: #383838. Windows color (decimal): -16298666 or 5655815. OLE color: 5655815.
HSL color Cylindrical-coordinate representation of color #074D56: hue angle of 186.84º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074D56 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 77 | 86 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.66 |
| HSL | 186.84º | 0.85% | 0.18% | - |
| HSV(B) | 186.84º | 0.92% | 0.34% | - |
| XYZ | 4.42 | 6.02 | 9.73 | - |
| YUV | 57.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 86 | 0.92 | 0.10 | 0 | 0.66 | 186.84 | 0.85 | 0.18 |
| Hex | 7 | 4D | 56 | 5C | A | 0 | 42 | BB | 55 | 12 |
| Octal | 7 | 115 | 126 | 134 | 12 | 0 | 102 | 273 | 125 | 22 |
| Binary | 111 | 1001101 | 1010110 | 1011100 | 1010 | 0 | 1000010 | 10111011 | 1010101 | 10010 |
Color Harmonies of #074D56
Complementary color
Monochromatic Colors of #074D56
Black with #074D56
Text Example
Text Example
White with #074D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D56; }
p { color: rgb(7,77,86); }
H1.HeaderClassName
{
color: #074D56;
}
.AnyTagClassName
{
color: #074D56;
}
</style>
background-color css
<style>
a { background-color: #074D56; }
a { background-color: rgb(7,77,86); }
div.DivClassName
{
background-color: #074D56;
}
.BgClassName
{
background-color: #074D56;
}
</style>
border-color css
<style>
span { border-color: #074D56; }
span { border-color: rgb(7,77,86); }
td.TdClassName
{
border-color: #074D56;
}
.TagClassName
{
border-color: #074D56;
}
</style>