#779A78

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

Shades of Davy's Grey #779A78

Tints of Davy's Grey #779A78

Color information

#779A78 (or 0x779A78) is unknown color: approx Davy's Grey. HEX triplet: 77, 9A and 78. RGB value is (119,154,120). Sum of RGB (Red+Green+Blue) = 119+154+120=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 154 - color contains mainly: green. Hex color #779A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779A78 is #886587. Grayscale: #8B8B8B. Windows color (decimal): -8938888 or 7903863. OLE color: 7903863.

HSL color Cylindrical-coordinate representation of color #779A78: hue angle of 121.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779A78 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB119154120-
CMYK0.2300.220.40
HSL121.71º14.77%53.53%-
HSV(B)121.71º22.73%60.39%-
XYZ22.5528.3922.06-
YUV139.66116.9113.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.28%
GREEN value IS 154 (60.55% from 255) = 39.19%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=30.28%
G=39.19%
B=30.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191541200.2300.220.40121.7114.7753.53
Hex779A7817016287af36
Octal16723217027026501721766
Binary11101111001101011110001011101011010100011110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779A78; }

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

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

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

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

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

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

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

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