Html Css Color HEX #077895 Eastern Blue

📋 copy color: '#077895'

red 7 ◦ green 120 ◦ blue 149

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

Shades of Eastern Blue #077895

Tints of Eastern Blue #077895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.48%

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 2.54%
G = 43.48%
B = 53.99%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#077895 (or 0x077895) is known color: Eastern Blue. HEX triplet: 07, 78 and 95. RGB value is (7,120,149). Sum of RGB (Red+Green+Blue) = 7+120+149=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #077895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077895 is #F8876A. Grayscale: #595959. Windows color (decimal): -16287595 or 9795591. OLE color: 9795591.

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

Color convert

RGB 7 120 149 -
CMYK 0.95 0.19 0 0.42
HSL 192.25º 0.91% 0.31% -
HSV(B) 192.25º 0.95% 0.58% -
XYZ 12.23 15.65 30.81 -
YUV 89.52 161.56 69.14 -
System Red Green Blue C M Y K H S L
Decimal 7 120 149 0.95 0.19 0 0.42 192.25 0.91 0.31
Hex 7 78 95 5F 13 0 2A C0 5B 1F
Octal 7 170 225 137 23 0 52 300 133 37
Binary 111 1111000 10010101 1011111 10011 0 101010 11000000 1011011 11111

Color Harmonies of #077895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077895

Black with #077895

Text Example


Text Example

White with #077895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077895; }

 p { color: rgb(7,120,149); }

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

background-color css

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

 a { background-color: rgb(7,120,149); }

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

border-color css

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

 span { border-color: rgb(7,120,149); }

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