Shades of Eastern Blue #077A92
Tints of Eastern Blue #077A92
RGB
CMYK
RGB Variations
Color information
#077A92 (or 0x077A92) is known color: Eastern Blue. HEX triplet: 07, 7A and 92. RGB value is (7,122,146). Sum of RGB (Red+Green+Blue) = 7+122+146=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #077A92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A92 is #F8856D. Grayscale: #5A5A5A. Windows color (decimal): -16287086 or 9599495. OLE color: 9599495.
HSL color Cylindrical-coordinate representation of color #077A92: hue angle of 190.36º 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 #077A92 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 122 | 146 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.43 |
| HSL | 190.36º | 0.91% | 0.3% | - |
| HSV(B) | 190.36º | 0.95% | 0.57% | - |
| XYZ | 12.24 | 16.04 | 29.65 | - |
| YUV | 90.35 | 159.4 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 146 | 0.95 | 0.16 | 0 | 0.43 | 190.36 | 0.91 | 0.3 |
| Hex | 7 | 7A | 92 | 5F | 10 | 0 | 2B | BE | 5B | 1E |
| Octal | 7 | 172 | 222 | 137 | 20 | 0 | 53 | 276 | 133 | 36 |
| Binary | 111 | 1111010 | 10010010 | 1011111 | 10000 | 0 | 101011 | 10111110 | 1011011 | 11110 |
Color Harmonies of #077A92
Complementary color
Monochromatic Colors of #077A92
Black with #077A92
Text Example
Text Example
White with #077A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A92; }
p { color: rgb(7,122,146); }
H1.HeaderClassName
{
color: #077A92;
}
.AnyTagClassName
{
color: #077A92;
}
</style>
background-color css
<style>
a { background-color: #077A92; }
a { background-color: rgb(7,122,146); }
div.DivClassName
{
background-color: #077A92;
}
.BgClassName
{
background-color: #077A92;
}
</style>
border-color css
<style>
span { border-color: #077A92; }
span { border-color: rgb(7,122,146); }
td.TdClassName
{
border-color: #077A92;
}
.TagClassName
{
border-color: #077A92;
}
</style>