#077C96

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

Shades of Eastern Blue #077C96

Tints of Eastern Blue #077C96

Color information

#077C96 (or 0x077C96) is unknown color: approx Eastern Blue. HEX triplet: 07, 7C and 96. RGB value is (7,124,150). Sum of RGB (Red+Green+Blue) = 7+124+150=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #077C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077C96 is #F88369. Grayscale: #5B5B5B. Windows color (decimal): -16286570 or 9862151. OLE color: 9862151.

HSL color Cylindrical-coordinate representation of color #077C96: hue angle of 190.91º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077C96 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7124150-
CMYK0.950.1700.41
HSL190.91º91.08%30.78%-
HSV(B)190.91º95.33%58.82%-
XYZ12.816.6631.4-
YUV91.98160.7467.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.49%
GREEN value IS 124 (48.83% from 255) = 44.13%
BLUE value IS 150 (58.98% from 255) = 53.38%
R=2.49%
G=44.13%
B=53.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71241500.950.1700.41190.9191.0830.78
Hex77C965F11029bf5b1f
Octal71742261372105127713337
Binary111111110010010110101111110001010100110111111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,124,150); }

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

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

 a { background-color: rgb(7,124,150); }

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

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

 span { border-color: rgb(7,124,150); }

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