Shades of Sherpa Blue #075156
Tints of Sherpa Blue #075156
RGB
CMYK
RGB Variations
Color information
#075156 (or 0x075156) is known color: Sherpa Blue. HEX triplet: 07, 51 and 56. RGB value is (7,81,86). Sum of RGB (Red+Green+Blue) = 7+81+86=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #075156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075156 is #F8AEA9. Grayscale: #3B3B3B. Windows color (decimal): -16297642 or 5656839. OLE color: 5656839.
HSL color Cylindrical-coordinate representation of color #075156: hue angle of 183.8º 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 #075156 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 81 | 86 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.66 |
| HSL | 183.8º | 0.85% | 0.18% | - |
| HSV(B) | 183.8º | 0.92% | 0.34% | - |
| XYZ | 4.71 | 6.6 | 9.83 | - |
| YUV | 59.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 81 | 86 | 0.92 | 0.06 | 0 | 0.66 | 183.8 | 0.85 | 0.18 |
| Hex | 7 | 51 | 56 | 5C | 6 | 0 | 42 | B8 | 55 | 12 |
| Octal | 7 | 121 | 126 | 134 | 6 | 0 | 102 | 270 | 125 | 22 |
| Binary | 111 | 1010001 | 1010110 | 1011100 | 110 | 0 | 1000010 | 10111000 | 1010101 | 10010 |
Color Harmonies of #075156
Complementary color
Monochromatic Colors of #075156
Black with #075156
Text Example
Text Example
White with #075156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075156; }
p { color: rgb(7,81,86); }
H1.HeaderClassName
{
color: #075156;
}
.AnyTagClassName
{
color: #075156;
}
</style>
background-color css
<style>
a { background-color: #075156; }
a { background-color: rgb(7,81,86); }
div.DivClassName
{
background-color: #075156;
}
.BgClassName
{
background-color: #075156;
}
</style>
border-color css
<style>
span { border-color: #075156; }
span { border-color: rgb(7,81,86); }
td.TdClassName
{
border-color: #075156;
}
.TagClassName
{
border-color: #075156;
}
</style>