#077C9B

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

Shades of Eastern Blue #077C9B

Tints of Eastern Blue #077C9B

Color information

#077C9B (or 0x077C9B) is unknown color: approx Eastern Blue. HEX triplet: 07, 7C and 9B. RGB value is (7,124,155). Sum of RGB (Red+Green+Blue) = 7+124+155=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #077C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077C9B is #F88364. Grayscale: #5C5C5C. Windows color (decimal): -16286565 or 10189831. OLE color: 10189831.

HSL color Cylindrical-coordinate representation of color #077C9B: hue angle of 192.57º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077C9B is Cyan = 0.95, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7124155-
CMYK0.950.200.39
HSL192.57º91.36%31.76%-
HSV(B)192.57º95.48%60.78%-
XYZ13.2116.8333.56-
YUV92.55163.2466.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.45%
GREEN value IS 124 (48.83% from 255) = 43.36%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=2.45%
G=43.36%
B=54.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71241550.950.200.39192.5791.3631.76
Hex77C9B5F14027c15b20
Octal71742331372404730113340
Binary1111111100100110111011111101000100111110000011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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