#779377

Color #779377 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #779377

Tints of Davy's Grey #779377

Color information

#779377 (or 0x779377) is unknown color: approx Davy's Grey. HEX triplet: 77, 93 and 77. RGB value is (119,147,119). Sum of RGB (Red+Green+Blue) = 119+147+119=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #779377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779377 is #886C88. Grayscale: #878787. Windows color (decimal): -8940681 or 7836535. OLE color: 7836535.

HSL color Cylindrical-coordinate representation of color #779377: hue angle of 120º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #779377 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB119147119-
CMYK0.1900.190.42
HSL120º11.48%52.16%-
HSV(B)120º19.05%57.65%-
XYZ21.3726.1221.37-
YUV135.44118.72116.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.91%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=30.91%
G=38.18%
B=30.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191471190.1900.190.4212011.4852.16
Hex779377130132A78b34
Octal16722316723023521701364
Binary11101111001001111101111001101001110101011110001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779377; }

 p { color: rgb(119,147,119); }

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

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

 a { background-color: rgb(119,147,119); }

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

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

 span { border-color: rgb(119,147,119); }

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