#779978

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

Shades of Davy's Grey #779978

Tints of Davy's Grey #779978

Color information

#779978 (or 0x779978) is unknown color: approx Davy's Grey. HEX triplet: 77, 99 and 78. RGB value is (119,153,120). Sum of RGB (Red+Green+Blue) = 119+153+120=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #779978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779978 is #886687. Grayscale: #8B8B8B. Windows color (decimal): -8939144 or 7903607. OLE color: 7903607.

HSL color Cylindrical-coordinate representation of color #779978: hue angle of 121.76º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779978 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB119153120-
CMYK0.2200.220.4
HSL121.76º14.29%53.33%-
HSV(B)121.76º22.22%60%-
XYZ22.3928.0622.01-
YUV139.07117.24113.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=30.36%
G=39.03%
B=30.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191531200.2200.220.4121.7614.2953.33
Hex77997816016287ae35
Octal16723117026026501721665
Binary11101111001100111110001011001011010100011110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779978; }

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

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

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

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

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

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

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

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