#779378

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

Shades of Davy's Grey #779378

Tints of Davy's Grey #779378

Color information

#779378 (or 0x779378) is unknown color: approx Davy's Grey. HEX triplet: 77, 93 and 78. RGB value is (119,147,120). Sum of RGB (Red+Green+Blue) = 119+147+120=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #779378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779378 is #886C87. Grayscale: #878787. Windows color (decimal): -8940680 or 7902071. OLE color: 7902071.

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

Color convert

RGB119147120-
CMYK0.1900.180.42
HSL122.14º11.48%52.16%-
HSV(B)122.14º19.05%57.65%-
XYZ21.4326.1521.69-
YUV135.55119.22116.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.83%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=30.83%
G=38.08%
B=31.09%

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
Decimal1191471200.1900.180.42122.1411.4852.16
Hex779378130122A7ab34
Octal16722317023022521721364
Binary11101111001001111110001001101001010101011110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779378; }

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

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

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

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

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

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

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

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