Shades of Sherpa Blue #075450
Tints of Sherpa Blue #075450
RGB
CMYK
RGB Variations
Color information
#075450 (or 0x075450) is known color: Sherpa Blue. HEX triplet: 07, 54 and 50. RGB value is (7,84,80). Sum of RGB (Red+Green+Blue) = 7+84+80=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #075450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075450 is #F8ABAF. Grayscale: #3C3C3C. Windows color (decimal): -16296880 or 5264391. OLE color: 5264391.
HSL color Cylindrical-coordinate representation of color #075450: hue angle of 176.88º 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 #075450 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 84 | 80 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.67 |
| HSL | 176.88º | 0.85% | 0.18% | - |
| HSV(B) | 176.88º | 0.92% | 0.33% | - |
| XYZ | 4.71 | 6.97 | 8.69 | - |
| YUV | 60.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 84 | 80 | 0.92 | 0 | 0.05 | 0.67 | 176.88 | 0.85 | 0.18 |
| Hex | 7 | 54 | 50 | 5C | 0 | 5 | 43 | B1 | 55 | 12 |
| Octal | 7 | 124 | 120 | 134 | 0 | 5 | 103 | 261 | 125 | 22 |
| Binary | 111 | 1010100 | 1010000 | 1011100 | 0 | 101 | 1000011 | 10110001 | 1010101 | 10010 |
Color Harmonies of #075450
Complementary color
Monochromatic Colors of #075450
Black with #075450
Text Example
Text Example
White with #075450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075450; }
p { color: rgb(7,84,80); }
H1.HeaderClassName
{
color: #075450;
}
.AnyTagClassName
{
color: #075450;
}
</style>
background-color css
<style>
a { background-color: #075450; }
a { background-color: rgb(7,84,80); }
div.DivClassName
{
background-color: #075450;
}
.BgClassName
{
background-color: #075450;
}
</style>
border-color css
<style>
span { border-color: #075450; }
span { border-color: rgb(7,84,80); }
td.TdClassName
{
border-color: #075450;
}
.TagClassName
{
border-color: #075450;
}
</style>