#077256

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

Shades of Watercourse #077256

Tints of Watercourse #077256

Color information

#077256 (or 0x077256) is unknown color: approx Watercourse. HEX triplet: 07, 72 and 56. RGB value is (7,114,86). Sum of RGB (Red+Green+Blue) = 7+114+86=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #077256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077256 is #F88DA9. Grayscale: #4E4E4E. Windows color (decimal): -16289194 or 5665287. OLE color: 5665287.

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

Color convert

RGB711486-
CMYK0.9400.250.55
HSL164.3º88.43%23.73%-
HSV(B)164.3º93.86%44.71%-
XYZ7.7812.7510.86-
YUV78.82132.0576.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 114 (44.92% from 255) = 55.07%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=3.38%
G=55.07%
B=41.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7114860.9400.250.55164.388.4323.73
Hex772565E01937a45818
Octal71621261360316724413030
Binary11111100101010110101111001100111011110100100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077256; }

 p { color: rgb(7,114,86); }

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

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

 a { background-color: rgb(7,114,86); }

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

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

 span { border-color: rgb(7,114,86); }

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