#077A8F

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

Shades of Eastern Blue #077A8F

Tints of Eastern Blue #077A8F

Color information

#077A8F (or 0x077A8F) is unknown color: approx Eastern Blue. HEX triplet: 07, 7A and 8F. RGB value is (7,122,143). Sum of RGB (Red+Green+Blue) = 7+122+143=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #077A8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A8F is #F88570. Grayscale: #595959. Windows color (decimal): -16287089 or 9402887. OLE color: 9402887.

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

Color convert

RGB7122143-
CMYK0.950.1500.44
HSL189.26º90.67%29.41%-
HSV(B)189.26º95.1%56.08%-
XYZ12.0115.9528.43-
YUV90.01157.968.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.57%
GREEN value IS 122 (48.05% from 255) = 44.85%
BLUE value IS 143 (56.25% from 255) = 52.57%
R=2.57%
G=44.85%
B=52.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71221430.950.1500.44189.2690.6729.41
Hex77A8F5FF02Cbd5b1d
Octal71722171371705427513335
Binary11111110101000111110111111111010110010111101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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