#075676

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

Shades of Blue Lagoon #075676

Tints of Blue Lagoon #075676

Color information

#075676 (or 0x075676) is unknown color: approx Blue Lagoon. HEX triplet: 07, 56 and 76. RGB value is (7,86,118). Sum of RGB (Red+Green+Blue) = 7+86+118=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #075676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075676 is #F8A989. Grayscale: #414141. Windows color (decimal): -16296330 or 7755271. OLE color: 7755271.

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

Color convert

RGB786118-
CMYK0.940.2700.54
HSL197.3º88.8%24.51%-
HSV(B)197.3º94.07%46.27%-
XYZ6.698.0118.33-
YUV66.03157.3385.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.32%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=3.32%
G=40.76%
B=55.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7861180.940.2700.54197.388.824.51
Hex756765E1B036c55919
Octal71261661363306630513131
Binary11110101101110110101111011011011011011000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075676; }

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

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

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

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

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

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

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

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