Shades of Sherpa Blue #074C4E
Tints of Sherpa Blue #074C4E
RGB
CMYK
RGB Variations
Color information
#074C4E (or 0x074C4E) is known color: Sherpa Blue. HEX triplet: 07, 4C and 4E. RGB value is (7,76,78). Sum of RGB (Red+Green+Blue) = 7+76+78=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #074C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074C4E is #F8B3B1. Grayscale: #373737. Windows color (decimal): -16298930 or 5131271. OLE color: 5131271.
HSL color Cylindrical-coordinate representation of color #074C4E: hue angle of 181.69º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074C4E is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 76 | 78 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.69 |
| HSL | 181.69º | 0.84% | 0.17% | - |
| HSV(B) | 181.69º | 0.91% | 0.31% | - |
| XYZ | 4.05 | 5.76 | 8.11 | - |
| YUV | 55.6 | 140.64 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 78 | 0.91 | 0.03 | 0 | 0.69 | 181.69 | 0.84 | 0.17 |
| Hex | 7 | 4C | 4E | 5B | 3 | 0 | 45 | B6 | 54 | 11 |
| Octal | 7 | 114 | 116 | 133 | 3 | 0 | 105 | 266 | 124 | 21 |
| Binary | 111 | 1001100 | 1001110 | 1011011 | 11 | 0 | 1000101 | 10110110 | 1010100 | 10001 |
Color Harmonies of #074C4E
Complementary color
Monochromatic Colors of #074C4E
Black with #074C4E
Text Example
Text Example
White with #074C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C4E; }
p { color: rgb(7,76,78); }
H1.HeaderClassName
{
color: #074C4E;
}
.AnyTagClassName
{
color: #074C4E;
}
</style>
background-color css
<style>
a { background-color: #074C4E; }
a { background-color: rgb(7,76,78); }
div.DivClassName
{
background-color: #074C4E;
}
.BgClassName
{
background-color: #074C4E;
}
</style>
border-color css
<style>
span { border-color: #074C4E; }
span { border-color: rgb(7,76,78); }
td.TdClassName
{
border-color: #074C4E;
}
.TagClassName
{
border-color: #074C4E;
}
</style>