#076778

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

Shades of Blue Lagoon #076778

Tints of Blue Lagoon #076778

Color information

#076778 (or 0x076778) is unknown color: approx Blue Lagoon. HEX triplet: 07, 67 and 78. RGB value is (7,103,120). Sum of RGB (Red+Green+Blue) = 7+103+120=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #076778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076778 is #F89887. Grayscale: #4C4C4C. Windows color (decimal): -16291976 or 7890695. OLE color: 7890695.

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

Color convert

RGB7103120-
CMYK0.940.1400.53
HSL189.03º88.98%24.9%-
HSV(B)189.03º94.17%47.06%-
XYZ8.3311.119.47-
YUV76.23152.778.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.04%
GREEN value IS 103 (40.62% from 255) = 44.78%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=3.04%
G=44.78%
B=52.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71031200.940.1400.53189.0388.9824.9
Hex767785EE035bd5919
Octal71471701361606527513131
Binary1111100111111100010111101110011010110111101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076778; }

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

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

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

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

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

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

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

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