#077450

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

Shades of Watercourse #077450

Tints of Watercourse #077450

Color information

#077450 (or 0x077450) is unknown color: approx Watercourse. HEX triplet: 07, 74 and 50. RGB value is (7,116,80). Sum of RGB (Red+Green+Blue) = 7+116+80=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #077450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077450 is #F88BAF. Grayscale: #4F4F4F. Windows color (decimal): -16288688 or 5272583. OLE color: 5272583.

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

Color convert

RGB711680-
CMYK0.9400.310.55
HSL160.18º88.62%24.12%-
HSV(B)160.18º93.97%45.49%-
XYZ7.7813.129.71-
YUV79.31128.3976.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.45%
GREEN value IS 116 (45.70% from 255) = 57.14%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=3.45%
G=57.14%
B=39.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7116800.9400.310.55160.1888.6224.12
Hex774505E01F37a05918
Octal71641201360376724013130
Binary11111101001010000101111001111111011110100000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077450; }

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

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

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

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

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

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

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

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