Html Css Color HEX #077A98 Eastern Blue

📋 copy color: '#077A98'

red 7 ◦ green 122 ◦ blue 152

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

Shades of Eastern Blue #077A98

Tints of Eastern Blue #077A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 54.09%

R = 2.49%
G = 43.42%
B = 54.09%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#077A98 (or 0x077A98) is known color: Eastern Blue. HEX triplet: 07, 7A and 98. RGB value is (7,122,152). Sum of RGB (Red+Green+Blue) = 7+122+152=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #077A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A98 is #F88567. Grayscale: #5A5A5A. Windows color (decimal): -16287080 or 9992711. OLE color: 9992711.

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

Color convert

RGB 7 122 152 -
CMYK 0.95 0.20 0 0.40
HSL 192.41º 0.91% 0.31% -
HSV(B) 192.41º 0.95% 0.6% -
XYZ 12.71 16.23 32.17 -
YUV 91.04 162.4 68.06 -
System Red Green Blue C M Y K H S L
Decimal 7 122 152 0.95 0.20 0 0.40 192.41 0.91 0.31
Hex 7 7A 98 5F 14 0 28 C0 5B 1F
Octal 7 172 230 137 24 0 50 300 133 37
Binary 111 1111010 10011000 1011111 10100 0 101000 11000000 1011011 11111

Color Harmonies of #077A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077A98

Black with #077A98

Text Example


Text Example

White with #077A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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