Shades of Sherpa Blue #074C4D
Tints of Sherpa Blue #074C4D
RGB
CMYK
RGB Variations
Color information
#074C4D (or 0x074C4D) is known color: Sherpa Blue. HEX triplet: 07, 4C and 4D. RGB value is (7,76,77). Sum of RGB (Red+Green+Blue) = 7+76+77=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #074C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074C4D is #F8B3B2. Grayscale: #373737. Windows color (decimal): -16298931 or 5065735. OLE color: 5065735.
HSL color Cylindrical-coordinate representation of color #074C4D: hue angle of 180.86º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074C4D is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 76 | 77 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.70 |
| HSL | 180.86º | 0.83% | 0.16% | - |
| HSV(B) | 180.86º | 0.91% | 0.3% | - |
| XYZ | 4.01 | 5.75 | 7.92 | - |
| YUV | 55.48 | 140.14 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 77 | 0.91 | 0.01 | 0 | 0.70 | 180.86 | 0.83 | 0.16 |
| Hex | 7 | 4C | 4D | 5B | 1 | 0 | 46 | B5 | 53 | 10 |
| Octal | 7 | 114 | 115 | 133 | 1 | 0 | 106 | 265 | 123 | 20 |
| Binary | 111 | 1001100 | 1001101 | 1011011 | 1 | 0 | 1000110 | 10110101 | 1010011 | 10000 |
Color Harmonies of #074C4D
Complementary color
Monochromatic Colors of #074C4D
Black with #074C4D
Text Example
Text Example
White with #074C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C4D; }
p { color: rgb(7,76,77); }
H1.HeaderClassName
{
color: #074C4D;
}
.AnyTagClassName
{
color: #074C4D;
}
</style>
background-color css
<style>
a { background-color: #074C4D; }
a { background-color: rgb(7,76,77); }
div.DivClassName
{
background-color: #074C4D;
}
.BgClassName
{
background-color: #074C4D;
}
</style>
border-color css
<style>
span { border-color: #074C4D; }
span { border-color: rgb(7,76,77); }
td.TdClassName
{
border-color: #074C4D;
}
.TagClassName
{
border-color: #074C4D;
}
</style>