Shades of Eastern Blue #077F91
Tints of Eastern Blue #077F91
RGB
CMYK
RGB Variations
Color information
#077F91 (or 0x077F91) is known color: Eastern Blue. HEX triplet: 07, 7F and 91. RGB value is (7,127,145). Sum of RGB (Red+Green+Blue) = 7+127+145=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #077F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077F91 is #F8806E. Grayscale: #5C5C5C. Windows color (decimal): -16285807 or 9535239. OLE color: 9535239.
HSL color Cylindrical-coordinate representation of color #077F91: hue angle of 187.83º 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 #077F91 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 127 | 145 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.43 |
| HSL | 187.83º | 0.91% | 0.3% | - |
| HSV(B) | 187.83º | 0.95% | 0.57% | - |
| XYZ | 12.79 | 17.27 | 29.45 | - |
| YUV | 93.17 | 157.24 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 145 | 0.95 | 0.12 | 0 | 0.43 | 187.83 | 0.91 | 0.3 |
| Hex | 7 | 7F | 91 | 5F | C | 0 | 2B | BC | 5B | 1E |
| Octal | 7 | 177 | 221 | 137 | 14 | 0 | 53 | 274 | 133 | 36 |
| Binary | 111 | 1111111 | 10010001 | 1011111 | 1100 | 0 | 101011 | 10111100 | 1011011 | 11110 |
Color Harmonies of #077F91
Complementary color
Monochromatic Colors of #077F91
Black with #077F91
Text Example
Text Example
White with #077F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077F91; }
p { color: rgb(7,127,145); }
H1.HeaderClassName
{
color: #077F91;
}
.AnyTagClassName
{
color: #077F91;
}
</style>
background-color css
<style>
a { background-color: #077F91; }
a { background-color: rgb(7,127,145); }
div.DivClassName
{
background-color: #077F91;
}
.BgClassName
{
background-color: #077F91;
}
</style>
border-color css
<style>
span { border-color: #077F91; }
span { border-color: rgb(7,127,145); }
td.TdClassName
{
border-color: #077F91;
}
.TagClassName
{
border-color: #077F91;
}
</style>