Html Css Color HEX #077A96 Eastern Blue

📋 copy color: '#077A96'

red 7 ◦ green 122 ◦ blue 150

#077A96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #077A96

Tints of Eastern Blue #077A96

RGB

 RED value IS 7 (3.13% from 255) = 2.51%

 GREEN value IS 122 (48.05% from 255) = 43.73%

 BLUE value IS 150 (58.98% from 255) = 53.76%

R = 2.51%
G = 43.73%
B = 53.76%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#077A96 (or 0x077A96) is known color: Eastern Blue. HEX triplet: 07, 7A and 96. RGB value is (7,122,150). Sum of RGB (Red+Green+Blue) = 7+122+150=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #077A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A96 is #F88569. Grayscale: #5A5A5A. Windows color (decimal): -16287082 or 9861639. OLE color: 9861639.

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

Color convert

RGB 7 122 150 -
CMYK 0.95 0.19 0 0.41
HSL 191.75º 0.91% 0.31% -
HSV(B) 191.75º 0.95% 0.59% -
XYZ 12.55 16.17 31.31 -
YUV 90.81 161.4 68.22 -
System Red Green Blue C M Y K H S L
Decimal 7 122 150 0.95 0.19 0 0.41 191.75 0.91 0.31
Hex 7 7A 96 5F 13 0 29 C0 5B 1F
Octal 7 172 226 137 23 0 51 300 133 37
Binary 111 1111010 10010110 1011111 10011 0 101001 11000000 1011011 11111

Color Harmonies of #077A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077A96

Black with #077A96

Text Example


Text Example

White with #077A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #077A96;
 }
 .AnyTagClassName
 {
   color: #077A96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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