Shades of Eastern Blue #077B8F
Tints of Eastern Blue #077B8F
RGB
CMYK
RGB Variations
Color information
#077B8F (or 0x077B8F) is known color: Eastern Blue. HEX triplet: 07, 7B and 8F. RGB value is (7,123,143). Sum of RGB (Red+Green+Blue) = 7+123+143=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #077B8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077B8F is #F88470. Grayscale: #5A5A5A. Windows color (decimal): -16286833 or 9403143. OLE color: 9403143.
HSL color Cylindrical-coordinate representation of color #077B8F: hue angle of 188.82º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077B8F is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 123 | 143 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.44 |
| HSL | 188.82º | 0.91% | 0.29% | - |
| HSV(B) | 188.82º | 0.95% | 0.56% | - |
| XYZ | 12.13 | 16.19 | 28.47 | - |
| YUV | 90.6 | 157.57 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 143 | 0.95 | 0.14 | 0 | 0.44 | 188.82 | 0.91 | 0.29 |
| Hex | 7 | 7B | 8F | 5F | E | 0 | 2C | BD | 5B | 1D |
| Octal | 7 | 173 | 217 | 137 | 16 | 0 | 54 | 275 | 133 | 35 |
| Binary | 111 | 1111011 | 10001111 | 1011111 | 1110 | 0 | 101100 | 10111101 | 1011011 | 11101 |
Color Harmonies of #077B8F
Complementary color
Monochromatic Colors of #077B8F
Black with #077B8F
Text Example
Text Example
White with #077B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B8F; }
p { color: rgb(7,123,143); }
H1.HeaderClassName
{
color: #077B8F;
}
.AnyTagClassName
{
color: #077B8F;
}
</style>
background-color css
<style>
a { background-color: #077B8F; }
a { background-color: rgb(7,123,143); }
div.DivClassName
{
background-color: #077B8F;
}
.BgClassName
{
background-color: #077B8F;
}
</style>
border-color css
<style>
span { border-color: #077B8F; }
span { border-color: rgb(7,123,143); }
td.TdClassName
{
border-color: #077B8F;
}
.TagClassName
{
border-color: #077B8F;
}
</style>