#789779

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

Shades of Davy's Grey #789779

Tints of Davy's Grey #789779

Color information

#789779 (or 0x789779) is unknown color: approx Davy's Grey. HEX triplet: 78, 97 and 79. RGB value is (120,151,121). Sum of RGB (Red+Green+Blue) = 120+151+121=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #789779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789779 is #876886. Grayscale: #8A8A8A. Windows color (decimal): -8874119 or 7968632. OLE color: 7968632.

HSL color Cylindrical-coordinate representation of color #789779: hue angle of 121.94º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789779 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB120151121-
CMYK0.2100.200.41
HSL121.94º12.97%53.14%-
HSV(B)121.94º20.53%59.22%-
XYZ22.2627.5122.23-
YUV138.31118.23114.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.61%
GREEN value IS 151 (59.38% from 255) = 38.52%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=30.61%
G=38.52%
B=30.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201511210.2100.200.41121.9412.9753.14
Hex78977915014297ad35
Octal17022717125024511721565
Binary11110001001011111110011010101010010100111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789779; }

 p { color: rgb(120,151,121); }

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

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

 a { background-color: rgb(120,151,121); }

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

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

 span { border-color: rgb(120,151,121); }

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