Shades of Eastern Blue #077A90
Tints of Eastern Blue #077A90
RGB
CMYK
RGB Variations
Color information
#077A90 (or 0x077A90) is known color: Eastern Blue. HEX triplet: 07, 7A and 90. RGB value is (7,122,144). Sum of RGB (Red+Green+Blue) = 7+122+144=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #077A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A90 is #F8856F. Grayscale: #595959. Windows color (decimal): -16287088 or 9468423. OLE color: 9468423.
HSL color Cylindrical-coordinate representation of color #077A90: hue angle of 189.64º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077A90 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 122 | 144 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.44 |
| HSL | 189.64º | 0.91% | 0.3% | - |
| HSV(B) | 189.64º | 0.95% | 0.56% | - |
| XYZ | 12.08 | 15.98 | 28.83 | - |
| YUV | 90.12 | 158.4 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 144 | 0.95 | 0.15 | 0 | 0.44 | 189.64 | 0.91 | 0.3 |
| Hex | 7 | 7A | 90 | 5F | F | 0 | 2C | BE | 5B | 1E |
| Octal | 7 | 172 | 220 | 137 | 17 | 0 | 54 | 276 | 133 | 36 |
| Binary | 111 | 1111010 | 10010000 | 1011111 | 1111 | 0 | 101100 | 10111110 | 1011011 | 11110 |
Color Harmonies of #077A90
Complementary color
Monochromatic Colors of #077A90
Black with #077A90
Text Example
Text Example
White with #077A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A90; }
p { color: rgb(7,122,144); }
H1.HeaderClassName
{
color: #077A90;
}
.AnyTagClassName
{
color: #077A90;
}
</style>
background-color css
<style>
a { background-color: #077A90; }
a { background-color: rgb(7,122,144); }
div.DivClassName
{
background-color: #077A90;
}
.BgClassName
{
background-color: #077A90;
}
</style>
border-color css
<style>
span { border-color: #077A90; }
span { border-color: rgb(7,122,144); }
td.TdClassName
{
border-color: #077A90;
}
.TagClassName
{
border-color: #077A90;
}
</style>