Shades of Sherpa Blue #074D5D
Tints of Sherpa Blue #074D5D
RGB
CMYK
RGB Variations
Color information
#074D5D (or 0x074D5D) is known color: Sherpa Blue. HEX triplet: 07, 4D and 5D. RGB value is (7,77,93). Sum of RGB (Red+Green+Blue) = 7+77+93=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #074D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D5D is #F8B2A2. Grayscale: #393939. Windows color (decimal): -16298659 or 6114567. OLE color: 6114567.
HSL color Cylindrical-coordinate representation of color #074D5D: hue angle of 191.16º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074D5D is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 77 | 93 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.64 |
| HSL | 191.16º | 0.86% | 0.2% | - |
| HSV(B) | 191.16º | 0.92% | 0.36% | - |
| XYZ | 4.72 | 6.14 | 11.29 | - |
| YUV | 57.89 | 147.81 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 93 | 0.92 | 0.17 | 0 | 0.64 | 191.16 | 0.86 | 0.2 |
| Hex | 7 | 4D | 5D | 5C | 11 | 0 | 40 | BF | 56 | 14 |
| Octal | 7 | 115 | 135 | 134 | 21 | 0 | 100 | 277 | 126 | 24 |
| Binary | 111 | 1001101 | 1011101 | 1011100 | 10001 | 0 | 1000000 | 10111111 | 1010110 | 10100 |
Color Harmonies of #074D5D
Complementary color
Monochromatic Colors of #074D5D
Black with #074D5D
Text Example
Text Example
White with #074D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D5D; }
p { color: rgb(7,77,93); }
H1.HeaderClassName
{
color: #074D5D;
}
.AnyTagClassName
{
color: #074D5D;
}
</style>
background-color css
<style>
a { background-color: #074D5D; }
a { background-color: rgb(7,77,93); }
div.DivClassName
{
background-color: #074D5D;
}
.BgClassName
{
background-color: #074D5D;
}
</style>
border-color css
<style>
span { border-color: #074D5D; }
span { border-color: rgb(7,77,93); }
td.TdClassName
{
border-color: #074D5D;
}
.TagClassName
{
border-color: #074D5D;
}
</style>