Shades of Eastern Blue #077D90
Tints of Eastern Blue #077D90
RGB
CMYK
RGB Variations
Color information
#077D90 (or 0x077D90) is known color: Eastern Blue. HEX triplet: 07, 7D and 90. RGB value is (7,125,144). Sum of RGB (Red+Green+Blue) = 7+125+144=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #077D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077D90 is #F8826F. Grayscale: #5B5B5B. Windows color (decimal): -16286320 or 9469191. OLE color: 9469191.
HSL color Cylindrical-coordinate representation of color #077D90: hue angle of 188.32º 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 #077D90 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 125 | 144 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.44 |
| HSL | 188.32º | 0.91% | 0.3% | - |
| HSV(B) | 188.32º | 0.95% | 0.56% | - |
| XYZ | 12.46 | 16.73 | 28.96 | - |
| YUV | 91.88 | 157.41 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 144 | 0.95 | 0.13 | 0 | 0.44 | 188.32 | 0.91 | 0.3 |
| Hex | 7 | 7D | 90 | 5F | D | 0 | 2C | BC | 5B | 1E |
| Octal | 7 | 175 | 220 | 137 | 15 | 0 | 54 | 274 | 133 | 36 |
| Binary | 111 | 1111101 | 10010000 | 1011111 | 1101 | 0 | 101100 | 10111100 | 1011011 | 11110 |
Color Harmonies of #077D90
Complementary color
Monochromatic Colors of #077D90
Black with #077D90
Text Example
Text Example
White with #077D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077D90; }
p { color: rgb(7,125,144); }
H1.HeaderClassName
{
color: #077D90;
}
.AnyTagClassName
{
color: #077D90;
}
</style>
background-color css
<style>
a { background-color: #077D90; }
a { background-color: rgb(7,125,144); }
div.DivClassName
{
background-color: #077D90;
}
.BgClassName
{
background-color: #077D90;
}
</style>
border-color css
<style>
span { border-color: #077D90; }
span { border-color: rgb(7,125,144); }
td.TdClassName
{
border-color: #077D90;
}
.TagClassName
{
border-color: #077D90;
}
</style>