#077053

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

Shades of Watercourse #077053

Tints of Watercourse #077053

Color information

#077053 (or 0x077053) is unknown color: approx Watercourse. HEX triplet: 07, 70 and 53. RGB value is (7,112,83). Sum of RGB (Red+Green+Blue) = 7+112+83=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #077053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077053 is #F88FAC. Grayscale: #4D4D4D. Windows color (decimal): -16289709 or 5468167. OLE color: 5468167.

HSL color Cylindrical-coordinate representation of color #077053: hue angle of 163.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077053 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB711283-
CMYK0.9400.260.56
HSL163.43º88.24%23.33%-
HSV(B)163.43º93.75%43.92%-
XYZ7.4412.2610.16-
YUV77.3131.2177.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 112 (44.14% from 255) = 55.45%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=3.47%
G=55.45%
B=41.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7112830.9400.260.56163.4388.2423.33
Hex770535E01A38a35817
Octal71601231360327024313027
Binary11111100001010011101111001101011100010100011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077053; }

 p { color: rgb(7,112,83); }

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

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

 a { background-color: rgb(7,112,83); }

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

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

 span { border-color: rgb(7,112,83); }

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