Html Css Color HEX #077F99 Eastern Blue

📋 copy color: '#077F99'

red 7 ◦ green 127 ◦ blue 153

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

Shades of Eastern Blue #077F99

Tints of Eastern Blue #077F99

RGB

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

 GREEN value IS 127 (50% from 255) = 44.25%

 BLUE value IS 153 (60.16% from 255) = 53.31%

R = 2.44%
G = 44.25%
B = 53.31%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#077F99 (or 0x077F99) is known color: Eastern Blue. HEX triplet: 07, 7F and 99. RGB value is (7,127,153). Sum of RGB (Red+Green+Blue) = 7+127+153=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #077F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077F99 is #F88066. Grayscale: #5D5D5D. Windows color (decimal): -16285799 or 10059527. OLE color: 10059527.

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

Color convert

RGB 7 127 153 -
CMYK 0.95 0.17 0 0.4
HSL 190.68º 0.91% 0.31% -
HSV(B) 190.68º 0.95% 0.6% -
XYZ 13.43 17.52 32.81 -
YUV 94.08 161.24 65.89 -
System Red Green Blue C M Y K H S L
Decimal 7 127 153 0.95 0.17 0 0.4 190.68 0.91 0.31
Hex 7 7F 99 5F 11 0 28 BF 5B 1F
Octal 7 177 231 137 21 0 50 277 133 37
Binary 111 1111111 10011001 1011111 10001 0 101000 10111111 1011011 11111

Color Harmonies of #077F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077F99

Black with #077F99

Text Example


Text Example

White with #077F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,127,153); }

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

background-color css

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

 a { background-color: rgb(7,127,153); }

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

border-color css

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

 span { border-color: rgb(7,127,153); }

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