Shades of Sherpa Blue #074F4D
Tints of Sherpa Blue #074F4D
RGB
CMYK
RGB Variations
Color information
#074F4D (or 0x074F4D) is known color: Sherpa Blue. HEX triplet: 07, 4F and 4D. RGB value is (7,79,77). Sum of RGB (Red+Green+Blue) = 7+79+77=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #074F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074F4D is #F8B0B2. Grayscale: #393939. Windows color (decimal): -16298163 or 5066503. OLE color: 5066503.
HSL color Cylindrical-coordinate representation of color #074F4D: hue angle of 178.33º 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 #074F4D is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 79 | 77 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.69 |
| HSL | 178.33º | 0.84% | 0.17% | - |
| HSV(B) | 178.33º | 0.91% | 0.31% | - |
| XYZ | 4.22 | 6.17 | 7.99 | - |
| YUV | 57.24 | 139.15 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 77 | 0.91 | 0 | 0.03 | 0.69 | 178.33 | 0.84 | 0.17 |
| Hex | 7 | 4F | 4D | 5B | 0 | 3 | 45 | B2 | 54 | 11 |
| Octal | 7 | 117 | 115 | 133 | 0 | 3 | 105 | 262 | 124 | 21 |
| Binary | 111 | 1001111 | 1001101 | 1011011 | 0 | 11 | 1000101 | 10110010 | 1010100 | 10001 |
Color Harmonies of #074F4D
Complementary color
Monochromatic Colors of #074F4D
Black with #074F4D
Text Example
Text Example
White with #074F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074F4D; }
p { color: rgb(7,79,77); }
H1.HeaderClassName
{
color: #074F4D;
}
.AnyTagClassName
{
color: #074F4D;
}
</style>
background-color css
<style>
a { background-color: #074F4D; }
a { background-color: rgb(7,79,77); }
div.DivClassName
{
background-color: #074F4D;
}
.BgClassName
{
background-color: #074F4D;
}
</style>
border-color css
<style>
span { border-color: #074F4D; }
span { border-color: rgb(7,79,77); }
td.TdClassName
{
border-color: #074F4D;
}
.TagClassName
{
border-color: #074F4D;
}
</style>