Shades of Sherpa Blue #074D4E
Tints of Sherpa Blue #074D4E
RGB
CMYK
RGB Variations
Color information
#074D4E (or 0x074D4E) is known color: Sherpa Blue. HEX triplet: 07, 4D and 4E. RGB value is (7,77,78). Sum of RGB (Red+Green+Blue) = 7+77+78=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #074D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D4E is #F8B2B1. Grayscale: #383838. Windows color (decimal): -16298674 or 5131527. OLE color: 5131527.
HSL color Cylindrical-coordinate representation of color #074D4E: hue angle of 180.85º 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 #074D4E is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 77 | 78 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.69 |
| HSL | 180.85º | 0.84% | 0.17% | - |
| HSV(B) | 180.85º | 0.91% | 0.31% | - |
| XYZ | 4.12 | 5.9 | 8.13 | - |
| YUV | 56.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 78 | 0.91 | 0.01 | 0 | 0.69 | 180.85 | 0.84 | 0.17 |
| Hex | 7 | 4D | 4E | 5B | 1 | 0 | 45 | B5 | 54 | 11 |
| Octal | 7 | 115 | 116 | 133 | 1 | 0 | 105 | 265 | 124 | 21 |
| Binary | 111 | 1001101 | 1001110 | 1011011 | 1 | 0 | 1000101 | 10110101 | 1010100 | 10001 |
Color Harmonies of #074D4E
Complementary color
Monochromatic Colors of #074D4E
Black with #074D4E
Text Example
Text Example
White with #074D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D4E; }
p { color: rgb(7,77,78); }
H1.HeaderClassName
{
color: #074D4E;
}
.AnyTagClassName
{
color: #074D4E;
}
</style>
background-color css
<style>
a { background-color: #074D4E; }
a { background-color: rgb(7,77,78); }
div.DivClassName
{
background-color: #074D4E;
}
.BgClassName
{
background-color: #074D4E;
}
</style>
border-color css
<style>
span { border-color: #074D4E; }
span { border-color: rgb(7,77,78); }
td.TdClassName
{
border-color: #074D4E;
}
.TagClassName
{
border-color: #074D4E;
}
</style>