Html Css Color HEX #077D99 Eastern Blue

📋 copy color: '#077D99'

red 7 ◦ green 125 ◦ blue 153

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

Shades of Eastern Blue #077D99

Tints of Eastern Blue #077D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.86%

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

R = 2.46%
G = 43.86%
B = 53.68%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#077D99 (or 0x077D99) is known color: Eastern Blue. HEX triplet: 07, 7D and 99. RGB value is (7,125,153). Sum of RGB (Red+Green+Blue) = 7+125+153=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #077D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077D99 is #F88266. Grayscale: #5C5C5C. Windows color (decimal): -16286311 or 10059015. OLE color: 10059015.

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

Color convert

RGB 7 125 153 -
CMYK 0.95 0.18 0 0.4
HSL 191.51º 0.91% 0.31% -
HSV(B) 191.51º 0.95% 0.6% -
XYZ 13.17 17.01 32.73 -
YUV 92.91 161.91 66.72 -
System Red Green Blue C M Y K H S L
Decimal 7 125 153 0.95 0.18 0 0.4 191.51 0.91 0.31
Hex 7 7D 99 5F 12 0 28 C0 5B 1F
Octal 7 175 231 137 22 0 50 300 133 37
Binary 111 1111101 10011001 1011111 10010 0 101000 11000000 1011011 11111

Color Harmonies of #077D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077D99

Black with #077D99

Text Example


Text Example

White with #077D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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