Shades of Eastern Blue #077E92
Tints of Eastern Blue #077E92
RGB
CMYK
RGB Variations
Color information
#077E92 (or 0x077E92) is known color: Eastern Blue. HEX triplet: 07, 7E and 92. RGB value is (7,126,146). Sum of RGB (Red+Green+Blue) = 7+126+146=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #077E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077E92 is #F8816D. Grayscale: #5C5C5C. Windows color (decimal): -16286062 or 9600519. OLE color: 9600519.
HSL color Cylindrical-coordinate representation of color #077E92: hue angle of 188.63º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077E92 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 126 | 146 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.43 |
| HSL | 188.63º | 0.91% | 0.3% | - |
| HSV(B) | 188.63º | 0.95% | 0.57% | - |
| XYZ | 12.74 | 17.04 | 29.81 | - |
| YUV | 92.7 | 158.08 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 146 | 0.95 | 0.14 | 0 | 0.43 | 188.63 | 0.91 | 0.3 |
| Hex | 7 | 7E | 92 | 5F | E | 0 | 2B | BD | 5B | 1E |
| Octal | 7 | 176 | 222 | 137 | 16 | 0 | 53 | 275 | 133 | 36 |
| Binary | 111 | 1111110 | 10010010 | 1011111 | 1110 | 0 | 101011 | 10111101 | 1011011 | 11110 |
Color Harmonies of #077E92
Complementary color
Monochromatic Colors of #077E92
Black with #077E92
Text Example
Text Example
White with #077E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077E92; }
p { color: rgb(7,126,146); }
H1.HeaderClassName
{
color: #077E92;
}
.AnyTagClassName
{
color: #077E92;
}
</style>
background-color css
<style>
a { background-color: #077E92; }
a { background-color: rgb(7,126,146); }
div.DivClassName
{
background-color: #077E92;
}
.BgClassName
{
background-color: #077E92;
}
</style>
border-color css
<style>
span { border-color: #077E92; }
span { border-color: rgb(7,126,146); }
td.TdClassName
{
border-color: #077E92;
}
.TagClassName
{
border-color: #077E92;
}
</style>