Shades of Sherpa Blue #074D52
Tints of Sherpa Blue #074D52
RGB
CMYK
RGB Variations
Color information
#074D52 (or 0x074D52) is known color: Sherpa Blue. HEX triplet: 07, 4D and 52. RGB value is (7,77,82). Sum of RGB (Red+Green+Blue) = 7+77+82=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #074D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D52 is #F8B2AD. Grayscale: #383838. Windows color (decimal): -16298670 or 5393671. OLE color: 5393671.
HSL color Cylindrical-coordinate representation of color #074D52: hue angle of 184º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D52 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 77 | 82 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.68 |
| HSL | 184º | 0.84% | 0.17% | - |
| HSV(B) | 184º | 0.91% | 0.32% | - |
| XYZ | 4.26 | 5.96 | 8.91 | - |
| YUV | 56.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 82 | 0.91 | 0.06 | 0 | 0.68 | 184 | 0.84 | 0.17 |
| Hex | 7 | 4D | 52 | 5B | 6 | 0 | 44 | B8 | 54 | 11 |
| Octal | 7 | 115 | 122 | 133 | 6 | 0 | 104 | 270 | 124 | 21 |
| Binary | 111 | 1001101 | 1010010 | 1011011 | 110 | 0 | 1000100 | 10111000 | 1010100 | 10001 |
Color Harmonies of #074D52
Complementary color
Monochromatic Colors of #074D52
Black with #074D52
Text Example
Text Example
White with #074D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D52; }
p { color: rgb(7,77,82); }
H1.HeaderClassName
{
color: #074D52;
}
.AnyTagClassName
{
color: #074D52;
}
</style>
background-color css
<style>
a { background-color: #074D52; }
a { background-color: rgb(7,77,82); }
div.DivClassName
{
background-color: #074D52;
}
.BgClassName
{
background-color: #074D52;
}
</style>
border-color css
<style>
span { border-color: #074D52; }
span { border-color: rgb(7,77,82); }
td.TdClassName
{
border-color: #074D52;
}
.TagClassName
{
border-color: #074D52;
}
</style>