#077852

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

Shades of Watercourse #077852

Tints of Watercourse #077852

Color information

#077852 (or 0x077852) is unknown color: approx Watercourse. HEX triplet: 07, 78 and 52. RGB value is (7,120,82). Sum of RGB (Red+Green+Blue) = 7+120+82=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 120 (47.27% from 255 or 57.42% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 120 - color contains mainly: green. Hex color #077852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077852 is #F887AD. Grayscale: #515151. Windows color (decimal): -16287662 or 5404679. OLE color: 5404679.

HSL color Cylindrical-coordinate representation of color #077852: hue angle of 159.82º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077852 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB712082-
CMYK0.9400.320.53
HSL159.82º88.98%24.9%-
HSV(B)159.82º94.17%47.06%-
XYZ8.3314.0910.26-
YUV81.88128.0674.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.35%
GREEN value IS 120 (47.27% from 255) = 57.42%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=3.35%
G=57.42%
B=39.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7120820.9400.320.53159.8288.9824.9
Hex778525E02035a05919
Octal71701221360406524013131
Binary111111100010100101011110010000011010110100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077852; }

 p { color: rgb(7,120,82); }

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

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

 a { background-color: rgb(7,120,82); }

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

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

 span { border-color: rgb(7,120,82); }

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