#077451

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

Shades of Watercourse #077451

Tints of Watercourse #077451

Color information

#077451 (or 0x077451) is unknown color: approx Watercourse. HEX triplet: 07, 74 and 51. RGB value is (7,116,81). Sum of RGB (Red+Green+Blue) = 7+116+81=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 116 (45.70% from 255 or 56.86% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 116 - color contains mainly: green. Hex color #077451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077451 is #F88BAE. Grayscale: #4F4F4F. Windows color (decimal): -16288687 or 5338119. OLE color: 5338119.

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

Color convert

RGB711681-
CMYK0.9400.300.55
HSL160.73º88.62%24.12%-
HSV(B)160.73º93.97%45.49%-
XYZ7.8213.139.91-
YUV79.42128.8976.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.43%
GREEN value IS 116 (45.70% from 255) = 56.86%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=3.43%
G=56.86%
B=39.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7116810.9400.300.55160.7388.6224.12
Hex774515E01E37a15918
Octal71641211360366724113130
Binary11111101001010001101111001111011011110100001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077451; }

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

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

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

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

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

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

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

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