#779379

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

Shades of Davy's Grey #779379

Tints of Davy's Grey #779379

Color information

#779379 (or 0x779379) is unknown color: approx Davy's Grey. HEX triplet: 77, 93 and 79. RGB value is (119,147,121). Sum of RGB (Red+Green+Blue) = 119+147+121=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #779379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779379 is #886C86. Grayscale: #878787. Windows color (decimal): -8940679 or 7967607. OLE color: 7967607.

HSL color Cylindrical-coordinate representation of color #779379: hue angle of 124.29º 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 #779379 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB119147121-
CMYK0.1900.180.42
HSL124.29º11.48%52.16%-
HSV(B)124.29º19.05%57.65%-
XYZ21.4926.1722.01-
YUV135.66119.72116.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.75%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=30.75%
G=37.98%
B=31.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191471210.1900.180.42124.2911.4852.16
Hex779379130122A7cb34
Octal16722317123022521741364
Binary11101111001001111110011001101001010101011111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779379; }

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

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

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

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

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

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

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

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