#077449

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

Shades of Watercourse #077449

Tints of Watercourse #077449

Color information

#077449 (or 0x077449) is unknown color: approx Watercourse. HEX triplet: 07, 74 and 49. RGB value is (7,116,73). Sum of RGB (Red+Green+Blue) = 7+116+73=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #077449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077449 is #F88BB6. Grayscale: #4E4E4E. Windows color (decimal): -16288695 or 4813831. OLE color: 4813831.

HSL color Cylindrical-coordinate representation of color #077449: hue angle of 156.33º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077449 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB711673-
CMYK0.9400.370.55
HSL156.33º88.62%24.12%-
HSV(B)156.33º93.97%45.49%-
XYZ7.5413.028.42-
YUV78.51124.8977-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.57%
GREEN value IS 116 (45.70% from 255) = 59.18%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=3.57%
G=59.18%
B=37.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7116730.9400.370.55156.3388.6224.12
Hex774495E025379c5918
Octal71641111360456723413130
Binary111111010010010011011110010010111011110011100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077449; }

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

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

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

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

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

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

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

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