Shades of Sherpa Blue #074754
Tints of Sherpa Blue #074754
RGB
CMYK
RGB Variations
Color information
#074754 (or 0x074754) is known color: Sherpa Blue. HEX triplet: 07, 47 and 54. RGB value is (7,71,84). Sum of RGB (Red+Green+Blue) = 7+71+84=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #074754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074754 is #F8B8AB. Grayscale: #353535. Windows color (decimal): -16300204 or 5523207. OLE color: 5523207.
HSL color Cylindrical-coordinate representation of color #074754: hue angle of 190.13º 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 #074754 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 71 | 84 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.67 |
| HSL | 190.13º | 0.85% | 0.18% | - |
| HSV(B) | 190.13º | 0.92% | 0.33% | - |
| XYZ | 3.94 | 5.19 | 9.18 | - |
| YUV | 53.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 84 | 0.92 | 0.15 | 0 | 0.67 | 190.13 | 0.85 | 0.18 |
| Hex | 7 | 47 | 54 | 5C | F | 0 | 43 | BE | 55 | 12 |
| Octal | 7 | 107 | 124 | 134 | 17 | 0 | 103 | 276 | 125 | 22 |
| Binary | 111 | 1000111 | 1010100 | 1011100 | 1111 | 0 | 1000011 | 10111110 | 1010101 | 10010 |
Color Harmonies of #074754
Complementary color
Monochromatic Colors of #074754
Black with #074754
Text Example
Text Example
White with #074754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074754; }
p { color: rgb(7,71,84); }
H1.HeaderClassName
{
color: #074754;
}
.AnyTagClassName
{
color: #074754;
}
</style>
background-color css
<style>
a { background-color: #074754; }
a { background-color: rgb(7,71,84); }
div.DivClassName
{
background-color: #074754;
}
.BgClassName
{
background-color: #074754;
}
</style>
border-color css
<style>
span { border-color: #074754; }
span { border-color: rgb(7,71,84); }
td.TdClassName
{
border-color: #074754;
}
.TagClassName
{
border-color: #074754;
}
</style>