#077A93

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

Shades of Eastern Blue #077A93

Tints of Eastern Blue #077A93

Color information

#077A93 (or 0x077A93) is unknown color: approx Eastern Blue. HEX triplet: 07, 7A and 93. RGB value is (7,122,147). Sum of RGB (Red+Green+Blue) = 7+122+147=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #077A93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A93 is #F8856C. Grayscale: #5A5A5A. Windows color (decimal): -16287085 or 9665031. OLE color: 9665031.

HSL color Cylindrical-coordinate representation of color #077A93: hue angle of 190.71º 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 #077A93 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7122147-
CMYK0.950.1700.42
HSL190.71º90.91%30.2%-
HSV(B)190.71º95.24%57.65%-
XYZ12.3116.0730.06-
YUV90.46159.968.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.54%
GREEN value IS 122 (48.05% from 255) = 44.20%
BLUE value IS 147 (57.81% from 255) = 53.26%
R=2.54%
G=44.20%
B=53.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71221470.950.1700.42190.7190.9130.2
Hex77A935F1102Abf5b1e
Octal71722231372105227713336
Binary111111101010010011101111110001010101010111111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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