Shades of Sherpa Blue #075150
Tints of Sherpa Blue #075150
RGB
CMYK
RGB Variations
Color information
#075150 (or 0x075150) is known color: Sherpa Blue. HEX triplet: 07, 51 and 50. RGB value is (7,81,80). Sum of RGB (Red+Green+Blue) = 7+81+80=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #075150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075150 is #F8AEAF. Grayscale: #3A3A3A. Windows color (decimal): -16297648 or 5263623. OLE color: 5263623.
HSL color Cylindrical-coordinate representation of color #075150: hue angle of 179.19º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075150 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 81 | 80 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.68 |
| HSL | 179.19º | 0.84% | 0.17% | - |
| HSV(B) | 179.19º | 0.91% | 0.32% | - |
| XYZ | 4.48 | 6.51 | 8.61 | - |
| YUV | 58.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 81 | 80 | 0.91 | 0 | 0.01 | 0.68 | 179.19 | 0.84 | 0.17 |
| Hex | 7 | 51 | 50 | 5B | 0 | 1 | 44 | B3 | 54 | 11 |
| Octal | 7 | 121 | 120 | 133 | 0 | 1 | 104 | 263 | 124 | 21 |
| Binary | 111 | 1010001 | 1010000 | 1011011 | 0 | 1 | 1000100 | 10110011 | 1010100 | 10001 |
Color Harmonies of #075150
Complementary color
Monochromatic Colors of #075150
Black with #075150
Text Example
Text Example
White with #075150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075150; }
p { color: rgb(7,81,80); }
H1.HeaderClassName
{
color: #075150;
}
.AnyTagClassName
{
color: #075150;
}
</style>
background-color css
<style>
a { background-color: #075150; }
a { background-color: rgb(7,81,80); }
div.DivClassName
{
background-color: #075150;
}
.BgClassName
{
background-color: #075150;
}
</style>
border-color css
<style>
span { border-color: #075150; }
span { border-color: rgb(7,81,80); }
td.TdClassName
{
border-color: #075150;
}
.TagClassName
{
border-color: #075150;
}
</style>