Shades of Eastern Blue #077B99
Tints of Eastern Blue #077B99
RGB
CMYK
RGB Variations
Color information
#077B99 (or 0x077B99) is known color: Eastern Blue. HEX triplet: 07, 7B and 99. RGB value is (7,123,153). Sum of RGB (Red+Green+Blue) = 7+123+153=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #077B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077B99 is #F88466. Grayscale: #5B5B5B. Windows color (decimal): -16286823 or 10058503. OLE color: 10058503.
HSL color Cylindrical-coordinate representation of color #077B99: hue angle of 192.33º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077B99 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 123 | 153 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.4 |
| HSL | 192.33º | 0.91% | 0.31% | - |
| HSV(B) | 192.33º | 0.95% | 0.6% | - |
| XYZ | 12.92 | 16.51 | 32.64 | - |
| YUV | 91.74 | 162.57 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 153 | 0.95 | 0.20 | 0 | 0.4 | 192.33 | 0.91 | 0.31 |
| Hex | 7 | 7B | 99 | 5F | 14 | 0 | 28 | C0 | 5B | 1F |
| Octal | 7 | 173 | 231 | 137 | 24 | 0 | 50 | 300 | 133 | 37 |
| Binary | 111 | 1111011 | 10011001 | 1011111 | 10100 | 0 | 101000 | 11000000 | 1011011 | 11111 |
Color Harmonies of #077B99
Complementary color
Monochromatic Colors of #077B99
Black with #077B99
Text Example
Text Example
White with #077B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B99; }
p { color: rgb(7,123,153); }
H1.HeaderClassName
{
color: #077B99;
}
.AnyTagClassName
{
color: #077B99;
}
</style>
background-color css
<style>
a { background-color: #077B99; }
a { background-color: rgb(7,123,153); }
div.DivClassName
{
background-color: #077B99;
}
.BgClassName
{
background-color: #077B99;
}
</style>
border-color css
<style>
span { border-color: #077B99; }
span { border-color: rgb(7,123,153); }
td.TdClassName
{
border-color: #077B99;
}
.TagClassName
{
border-color: #077B99;
}
</style>