Shades of Sherpa Blue #07505B
Tints of Sherpa Blue #07505B
RGB
CMYK
RGB Variations
Color information
#07505B (or 0x07505B) is known color: Sherpa Blue. HEX triplet: 07, 50 and 5B. RGB value is (7,80,91). Sum of RGB (Red+Green+Blue) = 7+80+91=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #07505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07505B is #F8AFA4. Grayscale: #3B3B3B. Windows color (decimal): -16297893 or 5984263. OLE color: 5984263.
HSL color Cylindrical-coordinate representation of color #07505B: hue angle of 187.86º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07505B is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 80 | 91 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.64 |
| HSL | 187.86º | 0.86% | 0.19% | - |
| HSV(B) | 187.86º | 0.92% | 0.36% | - |
| XYZ | 4.84 | 6.54 | 10.9 | - |
| YUV | 59.43 | 145.82 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 91 | 0.92 | 0.12 | 0 | 0.64 | 187.86 | 0.86 | 0.19 |
| Hex | 7 | 50 | 5B | 5C | C | 0 | 40 | BC | 56 | 13 |
| Octal | 7 | 120 | 133 | 134 | 14 | 0 | 100 | 274 | 126 | 23 |
| Binary | 111 | 1010000 | 1011011 | 1011100 | 1100 | 0 | 1000000 | 10111100 | 1010110 | 10011 |
Color Harmonies of #07505B
Complementary color
Monochromatic Colors of #07505B
Black with #07505B
Text Example
Text Example
White with #07505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07505B; }
p { color: rgb(7,80,91); }
H1.HeaderClassName
{
color: #07505B;
}
.AnyTagClassName
{
color: #07505B;
}
</style>
background-color css
<style>
a { background-color: #07505B; }
a { background-color: rgb(7,80,91); }
div.DivClassName
{
background-color: #07505B;
}
.BgClassName
{
background-color: #07505B;
}
</style>
border-color css
<style>
span { border-color: #07505B; }
span { border-color: rgb(7,80,91); }
td.TdClassName
{
border-color: #07505B;
}
.TagClassName
{
border-color: #07505B;
}
</style>