#076977

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

Shades of Blue Lagoon #076977

Tints of Blue Lagoon #076977

Color information

#076977 (or 0x076977) is unknown color: approx Blue Lagoon. HEX triplet: 07, 69 and 77. RGB value is (7,105,119). Sum of RGB (Red+Green+Blue) = 7+105+119=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #076977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076977 is #F89688. Grayscale: #4D4D4D. Windows color (decimal): -16291465 or 7825671. OLE color: 7825671.

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

Color convert

RGB7105119-
CMYK0.940.1200.53
HSL187.5º88.89%24.71%-
HSV(B)187.5º94.12%46.67%-
XYZ8.4711.4819.22-
YUV77.29151.5377.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.03%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 119 (46.88% from 255) = 51.52%
R=3.03%
G=45.45%
B=51.52%

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
Decimal71051190.940.1200.53187.588.8924.71
Hex769775EC035bc5919
Octal71511671361406527413131
Binary1111101001111011110111101100011010110111100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076977; }

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

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

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

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

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

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

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

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