#077749

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

Shades of Watercourse #077749

Tints of Watercourse #077749

Color information

#077749 (or 0x077749) is unknown color: approx Watercourse. HEX triplet: 07, 77 and 49. RGB value is (7,119,73). Sum of RGB (Red+Green+Blue) = 7+119+73=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #077749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077749 is #F888B6. Grayscale: #505050. Windows color (decimal): -16287927 or 4814599. OLE color: 4814599.

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

Color convert

RGB711973-
CMYK0.9400.390.53
HSL155.36º88.89%24.71%-
HSV(B)155.36º94.12%46.67%-
XYZ7.8913.728.54-
YUV80.27123.8975.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.52%
GREEN value IS 119 (46.88% from 255) = 59.80%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=3.52%
G=59.80%
B=36.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7119730.9400.390.53155.3688.8924.71
Hex777495E027359b5919
Octal71671111360476523313131
Binary111111011110010011011110010011111010110011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077749; }

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

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

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

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

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

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

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

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