#077649

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

Shades of Watercourse #077649

Tints of Watercourse #077649

Color information

#077649 (or 0x077649) is unknown color: approx Watercourse. HEX triplet: 07, 76 and 49. RGB value is (7,118,73). Sum of RGB (Red+Green+Blue) = 7+118+73=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 118 (46.48% from 255 or 59.60% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 118 - color contains mainly: green. Hex color #077649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077649 is #F889B6. Grayscale: #4F4F4F. Windows color (decimal): -16288183 or 4814343. OLE color: 4814343.

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

Color convert

RGB711873-
CMYK0.9400.380.54
HSL155.68º88.8%24.51%-
HSV(B)155.68º94.07%46.27%-
XYZ7.7713.488.5-
YUV79.68124.2376.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.54%
GREEN value IS 118 (46.48% from 255) = 59.60%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=3.54%
G=59.60%
B=36.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7118730.9400.380.54155.6888.824.51
Hex776495E026369c5919
Octal71661111360466623413131
Binary111111011010010011011110010011011011010011100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077649; }

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

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

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

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

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

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

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

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