#077850

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

Shades of Watercourse #077850

Tints of Watercourse #077850

Color information

#077850 (or 0x077850) is unknown color: approx Watercourse. HEX triplet: 07, 78 and 50. RGB value is (7,120,80). Sum of RGB (Red+Green+Blue) = 7+120+80=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 120 (47.27% from 255 or 57.97% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 120 - color contains mainly: green. Hex color #077850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077850 is #F887AF. Grayscale: #515151. Windows color (decimal): -16287664 or 5273607. OLE color: 5273607.

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

Color convert

RGB712080-
CMYK0.9400.330.53
HSL158.76º88.98%24.9%-
HSV(B)158.76º94.17%47.06%-
XYZ8.2514.069.87-
YUV81.65127.0674.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 120 (47.27% from 255) = 57.97%
BLUE value IS 80 (31.64% from 255) = 38.65%
R=3.38%
G=57.97%
B=38.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7120800.9400.330.53158.7688.9824.9
Hex778505E021359f5919
Octal71701201360416523713131
Binary111111100010100001011110010000111010110011111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077850; }

 p { color: rgb(7,120,80); }

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

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

 a { background-color: rgb(7,120,80); }

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

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

 span { border-color: rgb(7,120,80); }

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