Html Css Color HEX #076077 Blue Lagoon

📋 copy color: '#076077'

red 7 ◦ green 96 ◦ blue 119

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

Shades of Blue Lagoon #076077

Tints of Blue Lagoon #076077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.24%

 BLUE value IS 119 (46.88% from 255) = 53.6%

R = 3.15%
G = 43.24%
B = 53.6%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#076077 (or 0x076077) is known color: Blue Lagoon. HEX triplet: 07, 60 and 77. RGB value is (7,96,119). Sum of RGB (Red+Green+Blue) = 7+96+119=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #076077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076077 is #F89F88. Grayscale: #474747. Windows color (decimal): -16293769 or 7823367. OLE color: 7823367.

HSL color Cylindrical-coordinate representation of color #076077: hue angle of 192.32º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076077 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 96 119 -
CMYK 0.94 0.19 0 0.53
HSL 192.32º 0.89% 0.25% -
HSV(B) 192.32º 0.94% 0.47% -
XYZ 7.6 9.74 18.93 -
YUV 72.01 154.51 81.63 -
System Red Green Blue C M Y K H S L
Decimal 7 96 119 0.94 0.19 0 0.53 192.32 0.89 0.25
Hex 7 60 77 5E 13 0 35 C0 59 19
Octal 7 140 167 136 23 0 65 300 131 31
Binary 111 1100000 1110111 1011110 10011 0 110101 11000000 1011001 11001

Color Harmonies of #076077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076077

Black with #076077

Text Example


Text Example

White with #076077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076077; }

 p { color: rgb(7,96,119); }

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

background-color css

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

 a { background-color: rgb(7,96,119); }

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

border-color css

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

 span { border-color: rgb(7,96,119); }

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