#075744

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

Shades of Watercourse #075744

Tints of Watercourse #075744

Color information

#075744 (or 0x075744) is unknown color: approx Watercourse. HEX triplet: 07, 57 and 44. RGB value is (7,87,68). Sum of RGB (Red+Green+Blue) = 7+87+68=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #075744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075744 is #F8A8BB. Grayscale: #3C3C3C. Windows color (decimal): -16296124 or 4478727. OLE color: 4478727.

HSL color Cylindrical-coordinate representation of color #075744: hue angle of 165.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075744 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB78768-
CMYK0.9200.220.66
HSL165.75º85.11%18.43%-
HSV(B)165.75º91.95%34.12%-
XYZ4.547.286.63-
YUV60.9113289.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 87 (34.38% from 255) = 53.70%
BLUE value IS 68 (26.95% from 255) = 41.98%
R=4.32%
G=53.70%
B=41.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal787680.9200.220.66165.7585.1118.43
Hex757445C01642a65512
Octal712710413402610224612522
Binary111101011110001001011100010110100001010100110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075744; }

 p { color: rgb(7,87,68); }

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

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

 a { background-color: rgb(7,87,68); }

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

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

 span { border-color: rgb(7,87,68); }

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