#075776

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

Shades of Blue Lagoon #075776

Tints of Blue Lagoon #075776

Color information

#075776 (or 0x075776) is unknown color: approx Blue Lagoon. HEX triplet: 07, 57 and 76. RGB value is (7,87,118). Sum of RGB (Red+Green+Blue) = 7+87+118=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #075776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075776 is #F8A889. Grayscale: #424242. Windows color (decimal): -16296074 or 7755527. OLE color: 7755527.

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

Color convert

RGB787118-
CMYK0.940.2600.54
HSL196.76º88.8%24.51%-
HSV(B)196.76º94.07%46.27%-
XYZ6.778.1718.36-
YUV66.6115785.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.30%
GREEN value IS 87 (34.38% from 255) = 41.04%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=3.30%
G=41.04%
B=55.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7871180.940.2600.54196.7688.824.51
Hex757765E1A036c55919
Octal71271661363206630513131
Binary11110101111110110101111011010011011011000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075776; }

 p { color: rgb(7,87,118); }

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

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

 a { background-color: rgb(7,87,118); }

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

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

 span { border-color: rgb(7,87,118); }

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