#076A79

Color #076A79 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #076A79

Tints of Blue Lagoon #076A79

Color information

#076A79 (or 0x076A79) is unknown color: approx Blue Lagoon. HEX triplet: 07, 6A and 79. RGB value is (7,106,121). Sum of RGB (Red+Green+Blue) = 7+106+121=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #076A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076A79 is #F89586. Grayscale: #4D4D4D. Windows color (decimal): -16291207 or 7956999. OLE color: 7956999.

HSL color Cylindrical-coordinate representation of color #076A79: hue angle of 187.89º 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 #076A79 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7106121-
CMYK0.940.1200.53
HSL187.89º89.06%25.1%-
HSV(B)187.89º94.21%47.45%-
XYZ8.6911.7319.9-
YUV78.11152.277.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.99%
GREEN value IS 106 (41.80% from 255) = 45.30%
BLUE value IS 121 (47.66% from 255) = 51.71%
R=2.99%
G=45.30%
B=51.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71061210.940.1200.53187.8989.0625.1
Hex76A795EC035bc5919
Octal71521711361406527413131
Binary1111101010111100110111101100011010110111100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076A79; }

 p { color: rgb(7,106,121); }

 H1.HeaderClassName
 {
   color: #076A79;
 }
 .AnyTagClassName
 {
   color: #076A79;
 }
</style>
background-color css

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

 a { background-color: rgb(7,106,121); }

 div.DivClassName
 {
   background-color: #076A79;
 }
 .BgClassName
 {
   background-color: #076A79;
 }
</style>
border-color css

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

 span { border-color: rgb(7,106,121); }

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