Html Css Color HEX #077A8F Eastern Blue

📋 copy color: '#077A8F'

red 7 ◦ green 122 ◦ blue 143

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

Shades of Eastern Blue #077A8F

Tints of Eastern Blue #077A8F

RGB

 RED value IS 7 (3.13% 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 value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#077A8F (or 0x077A8F) is known color: 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

RGB 7 122 143 -
CMYK 0.95 0.15 0 0.44
HSL 189.26º 0.91% 0.29% -
HSV(B) 189.26º 0.95% 0.56% -
XYZ 12.01 15.95 28.43 -
YUV 90.01 157.9 68.79 -
System Red Green Blue C M Y K H S L
Decimal 7 122 143 0.95 0.15 0 0.44 189.26 0.91 0.29
Hex 7 7A 8F 5F F 0 2C BD 5B 1D
Octal 7 172 217 137 17 0 54 275 133 35
Binary 111 1111010 10001111 1011111 1111 0 101100 10111101 1011011 11101

Color Harmonies of #077A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077A8F

Black with #077A8F

Text Example


Text Example

White with #077A8F

Text Example


Text Example

HTML Codes & Css Web 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>