#077448

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

Shades of Watercourse #077448

Tints of Watercourse #077448

Color information

#077448 (or 0x077448) is unknown color: approx Watercourse. HEX triplet: 07, 74 and 48. RGB value is (7,116,72). Sum of RGB (Red+Green+Blue) = 7+116+72=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #077448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077448 is #F88BB7. Grayscale: #4E4E4E. Windows color (decimal): -16288696 or 4748295. OLE color: 4748295.

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

Color convert

RGB711672-
CMYK0.9400.380.55
HSL155.78º88.62%24.12%-
HSV(B)155.78º93.97%45.49%-
XYZ7.5138.25-
YUV78.39124.3977.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.59%
GREEN value IS 116 (45.70% from 255) = 59.49%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=3.59%
G=59.49%
B=36.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7116720.9400.380.55155.7888.6224.12
Hex774485E026379c5918
Octal71641101360466723413130
Binary111111010010010001011110010011011011110011100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077448; }

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

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

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

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

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

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

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

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