#076772

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

Shades of Blue Lagoon #076772

Tints of Blue Lagoon #076772

Color information

#076772 (or 0x076772) is unknown color: approx Blue Lagoon. HEX triplet: 07, 67 and 72. RGB value is (7,103,114). Sum of RGB (Red+Green+Blue) = 7+103+114=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #076772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076772 is #F8988D. Grayscale: #4B4B4B. Windows color (decimal): -16291982 or 7497479. OLE color: 7497479.

HSL color Cylindrical-coordinate representation of color #076772: hue angle of 186.17º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076772 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7103114-
CMYK0.940.1000.55
HSL186.17º88.43%23.73%-
HSV(B)186.17º93.86%44.71%-
XYZ7.9810.9617.61-
YUV75.55149.779.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.12%
GREEN value IS 103 (40.62% from 255) = 45.98%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=3.12%
G=45.98%
B=50.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71031140.940.1000.55186.1788.4323.73
Hex767725EA037ba5818
Octal71471621361206727213030
Binary1111100111111001010111101010011011110111010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076772; }

 p { color: rgb(7,103,114); }

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

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

 a { background-color: rgb(7,103,114); }

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

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

 span { border-color: rgb(7,103,114); }

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