#077553

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

Shades of Watercourse #077553

Tints of Watercourse #077553

Color information

#077553 (or 0x077553) is unknown color: approx Watercourse. HEX triplet: 07, 75 and 53. RGB value is (7,117,83). Sum of RGB (Red+Green+Blue) = 7+117+83=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #077553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077553 is #F88AAC. Grayscale: #505050. Windows color (decimal): -16288429 or 5469447. OLE color: 5469447.

HSL color Cylindrical-coordinate representation of color #077553: hue angle of 161.45º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077553 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB711783-
CMYK0.9400.290.54
HSL161.45º88.71%24.31%-
HSV(B)161.45º94.02%45.88%-
XYZ8.0113.3910.35-
YUV80.23129.5675.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 117 (46.09% from 255) = 56.52%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=3.38%
G=56.52%
B=40.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117830.9400.290.54161.4588.7124.31
Hex775535E01D36a15918
Octal71651231360356624113130
Binary11111101011010011101111001110111011010100001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077553; }

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

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

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

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

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

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

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

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