Shades of Eastern Blue #077E94
Tints of Eastern Blue #077E94
RGB
CMYK
RGB Variations
Color information
#077E94 (or 0x077E94) is known color: Eastern Blue. HEX triplet: 07, 7E and 94. RGB value is (7,126,148). Sum of RGB (Red+Green+Blue) = 7+126+148=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #077E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077E94 is #F8816B. Grayscale: #5C5C5C. Windows color (decimal): -16286060 or 9731591. OLE color: 9731591.
HSL color Cylindrical-coordinate representation of color #077E94: hue angle of 189.36º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077E94 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 126 | 148 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.42 |
| HSL | 189.36º | 0.91% | 0.3% | - |
| HSV(B) | 189.36º | 0.95% | 0.58% | - |
| XYZ | 12.89 | 17.11 | 30.64 | - |
| YUV | 92.93 | 159.08 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 148 | 0.95 | 0.15 | 0 | 0.42 | 189.36 | 0.91 | 0.3 |
| Hex | 7 | 7E | 94 | 5F | F | 0 | 2A | BD | 5B | 1E |
| Octal | 7 | 176 | 224 | 137 | 17 | 0 | 52 | 275 | 133 | 36 |
| Binary | 111 | 1111110 | 10010100 | 1011111 | 1111 | 0 | 101010 | 10111101 | 1011011 | 11110 |
Color Harmonies of #077E94
Complementary color
Monochromatic Colors of #077E94
Black with #077E94
Text Example
Text Example
White with #077E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077E94; }
p { color: rgb(7,126,148); }
H1.HeaderClassName
{
color: #077E94;
}
.AnyTagClassName
{
color: #077E94;
}
</style>
background-color css
<style>
a { background-color: #077E94; }
a { background-color: rgb(7,126,148); }
div.DivClassName
{
background-color: #077E94;
}
.BgClassName
{
background-color: #077E94;
}
</style>
border-color css
<style>
span { border-color: #077E94; }
span { border-color: rgb(7,126,148); }
td.TdClassName
{
border-color: #077E94;
}
.TagClassName
{
border-color: #077E94;
}
</style>