Shades of Sherpa Blue #084756
Tints of Sherpa Blue #084756
RGB
CMYK
RGB Variations
Color information
#084756 (or 0x084756) is known color: Sherpa Blue. HEX triplet: 08, 47 and 56. RGB value is (8,71,86). Sum of RGB (Red+Green+Blue) = 8+71+86=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #084756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084756 is #F7B8A9. Grayscale: #353535. Windows color (decimal): -16234666 or 5654280. OLE color: 5654280.
HSL color Cylindrical-coordinate representation of color #084756: hue angle of 191.54º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084756 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 71 | 86 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.66 |
| HSL | 191.54º | 0.83% | 0.18% | - |
| HSV(B) | 191.54º | 0.91% | 0.34% | - |
| XYZ | 4.03 | 5.23 | 9.6 | - |
| YUV | 53.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 86 | 0.91 | 0.17 | 0 | 0.66 | 191.54 | 0.83 | 0.18 |
| Hex | 8 | 47 | 56 | 5B | 11 | 0 | 42 | C0 | 53 | 12 |
| Octal | 10 | 107 | 126 | 133 | 21 | 0 | 102 | 300 | 123 | 22 |
| Binary | 1000 | 1000111 | 1010110 | 1011011 | 10001 | 0 | 1000010 | 11000000 | 1010011 | 10010 |
Color Harmonies of #084756
Complementary color
Monochromatic Colors of #084756
Black with #084756
Text Example
Text Example
White with #084756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084756; }
p { color: rgb(8,71,86); }
H1.HeaderClassName
{
color: #084756;
}
.AnyTagClassName
{
color: #084756;
}
</style>
background-color css
<style>
a { background-color: #084756; }
a { background-color: rgb(8,71,86); }
div.DivClassName
{
background-color: #084756;
}
.BgClassName
{
background-color: #084756;
}
</style>
border-color css
<style>
span { border-color: #084756; }
span { border-color: rgb(8,71,86); }
td.TdClassName
{
border-color: #084756;
}
.TagClassName
{
border-color: #084756;
}
</style>