Shades of Sherpa Blue #074C53
Tints of Sherpa Blue #074C53
RGB
CMYK
RGB Variations
Color information
#074C53 (or 0x074C53) is known color: Sherpa Blue. HEX triplet: 07, 4C and 53. RGB value is (7,76,83). Sum of RGB (Red+Green+Blue) = 7+76+83=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #074C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074C53 is #F8B3AC. Grayscale: #383838. Windows color (decimal): -16298925 or 5458951. OLE color: 5458951.
HSL color Cylindrical-coordinate representation of color #074C53: hue angle of 185.53º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074C53 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 76 | 83 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.67 |
| HSL | 185.53º | 0.84% | 0.18% | - |
| HSV(B) | 185.53º | 0.92% | 0.33% | - |
| XYZ | 4.23 | 5.84 | 9.09 | - |
| YUV | 56.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 83 | 0.92 | 0.08 | 0 | 0.67 | 185.53 | 0.84 | 0.18 |
| Hex | 7 | 4C | 53 | 5C | 8 | 0 | 43 | BA | 54 | 12 |
| Octal | 7 | 114 | 123 | 134 | 10 | 0 | 103 | 272 | 124 | 22 |
| Binary | 111 | 1001100 | 1010011 | 1011100 | 1000 | 0 | 1000011 | 10111010 | 1010100 | 10010 |
Color Harmonies of #074C53
Complementary color
Monochromatic Colors of #074C53
Black with #074C53
Text Example
Text Example
White with #074C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C53; }
p { color: rgb(7,76,83); }
H1.HeaderClassName
{
color: #074C53;
}
.AnyTagClassName
{
color: #074C53;
}
</style>
background-color css
<style>
a { background-color: #074C53; }
a { background-color: rgb(7,76,83); }
div.DivClassName
{
background-color: #074C53;
}
.BgClassName
{
background-color: #074C53;
}
</style>
border-color css
<style>
span { border-color: #074C53; }
span { border-color: rgb(7,76,83); }
td.TdClassName
{
border-color: #074C53;
}
.TagClassName
{
border-color: #074C53;
}
</style>