Shades of Eastern Blue #077F9D
Tints of Eastern Blue #077F9D
RGB
CMYK
RGB Variations
Color information
#077F9D (or 0x077F9D) is known color: Eastern Blue. HEX triplet: 07, 7F and 9D. RGB value is (7,127,157). Sum of RGB (Red+Green+Blue) = 7+127+157=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #077F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077F9D is #F88062. Grayscale: #5E5E5E. Windows color (decimal): -16285795 or 10321671. OLE color: 10321671.
HSL color Cylindrical-coordinate representation of color #077F9D: hue angle of 192º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077F9D is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 127 | 157 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.38 |
| HSL | 192º | 0.91% | 0.32% | - |
| HSV(B) | 192º | 0.96% | 0.62% | - |
| XYZ | 13.76 | 17.66 | 34.58 | - |
| YUV | 94.54 | 163.24 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 157 | 0.96 | 0.19 | 0 | 0.38 | 192 | 0.91 | 0.32 |
| Hex | 7 | 7F | 9D | 60 | 13 | 0 | 26 | C0 | 5B | 20 |
| Octal | 7 | 177 | 235 | 140 | 23 | 0 | 46 | 300 | 133 | 40 |
| Binary | 111 | 1111111 | 10011101 | 1100000 | 10011 | 0 | 100110 | 11000000 | 1011011 | 100000 |
Color Harmonies of #077F9D
Complementary color
Monochromatic Colors of #077F9D
Black with #077F9D
Text Example
Text Example
White with #077F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077F9D; }
p { color: rgb(7,127,157); }
H1.HeaderClassName
{
color: #077F9D;
}
.AnyTagClassName
{
color: #077F9D;
}
</style>
background-color css
<style>
a { background-color: #077F9D; }
a { background-color: rgb(7,127,157); }
div.DivClassName
{
background-color: #077F9D;
}
.BgClassName
{
background-color: #077F9D;
}
</style>
border-color css
<style>
span { border-color: #077F9D; }
span { border-color: rgb(7,127,157); }
td.TdClassName
{
border-color: #077F9D;
}
.TagClassName
{
border-color: #077F9D;
}
</style>