Html Css Color HEX #077590 Eastern Blue

📋 copy color: '#077590'

red 7 ◦ green 117 ◦ blue 144

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

Shades of Eastern Blue #077590

Tints of Eastern Blue #077590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.66%

 BLUE value IS 144 (56.64% from 255) = 53.73%

R = 2.61%
G = 43.66%
B = 53.73%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#077590 (or 0x077590) is known color: Eastern Blue. HEX triplet: 07, 75 and 90. RGB value is (7,117,144). Sum of RGB (Red+Green+Blue) = 7+117+144=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #077590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077590 is #F88A6F. Grayscale: #565656. Windows color (decimal): -16288368 or 9467143. OLE color: 9467143.

HSL color Cylindrical-coordinate representation of color #077590: hue angle of 191.82º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077590 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 117 144 -
CMYK 0.95 0.19 0 0.44
HSL 191.82º 0.91% 0.3% -
HSV(B) 191.82º 0.95% 0.56% -
XYZ 11.48 14.78 28.63 -
YUV 87.19 160.06 70.8 -
System Red Green Blue C M Y K H S L
Decimal 7 117 144 0.95 0.19 0 0.44 191.82 0.91 0.3
Hex 7 75 90 5F 13 0 2C C0 5B 1E
Octal 7 165 220 137 23 0 54 300 133 36
Binary 111 1110101 10010000 1011111 10011 0 101100 11000000 1011011 11110

Color Harmonies of #077590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077590

Black with #077590

Text Example


Text Example

White with #077590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077590; }

 p { color: rgb(7,117,144); }

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

background-color css

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

 a { background-color: rgb(7,117,144); }

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

border-color css

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

 span { border-color: rgb(7,117,144); }

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