#077A94

Color #077A94 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #077A94

Tints of Eastern Blue #077A94

Color information

#077A94 (or 0x077A94) is unknown color: approx Eastern Blue. HEX triplet: 07, 7A and 94. RGB value is (7,122,148). Sum of RGB (Red+Green+Blue) = 7+122+148=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #077A94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A94 is #F8856B. Grayscale: #5A5A5A. Windows color (decimal): -16287084 or 9730567. OLE color: 9730567.

HSL color Cylindrical-coordinate representation of color #077A94: hue angle of 191.06º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077A94 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7122148-
CMYK0.950.1800.42
HSL191.06º90.97%30.39%-
HSV(B)191.06º95.27%58.04%-
XYZ12.3916.130.47-
YUV90.58160.468.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.53%
GREEN value IS 122 (48.05% from 255) = 44.04%
BLUE value IS 148 (58.20% from 255) = 53.43%
R=2.53%
G=44.04%
B=53.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71221480.950.1800.42191.0690.9730.39
Hex77A945F1202Abf5b1e
Octal71722241372205227713336
Binary111111101010010100101111110010010101010111111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077A94; }

 p { color: rgb(7,122,148); }

 H1.HeaderClassName
 {
   color: #077A94;
 }
 .AnyTagClassName
 {
   color: #077A94;
 }
</style>
background-color css

<style>
 a { background-color: #077A94; }

 a { background-color: rgb(7,122,148); }

 div.DivClassName
 {
   background-color: #077A94;
 }
 .BgClassName
 {
   background-color: #077A94;
 }
</style>
border-color css

<style>
 span { border-color: #077A94; }

 span { border-color: rgb(7,122,148); }

 td.TdClassName
 {
   border-color: #077A94;
 }
 .TagClassName
 {
   border-color: #077A94;
 }
</style>