#779475

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

Shades of Davy's Grey #779475

Tints of Davy's Grey #779475

Color information

#779475 (or 0x779475) is unknown color: approx Davy's Grey. HEX triplet: 77, 94 and 75. RGB value is (119,148,117). Sum of RGB (Red+Green+Blue) = 119+148+117=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #779475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779475 is #886B8A. Grayscale: #878787. Windows color (decimal): -8940427 or 7705719. OLE color: 7705719.

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

Color convert

RGB119148117-
CMYK0.2000.210.42
HSL116.13º12.65%51.96%-
HSV(B)116.13º20.95%58.04%-
XYZ21.4126.3920.79-
YUV135.79117.39116.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.99%
GREEN value IS 148 (58.20% from 255) = 38.54%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=30.99%
G=38.54%
B=30.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191481170.2000.210.42116.1312.6551.96
Hex779475140152A74d34
Octal16722416524025521641564
Binary11101111001010011101011010001010110101011101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779475; }

 p { color: rgb(119,148,117); }

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

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

 a { background-color: rgb(119,148,117); }

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

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

 span { border-color: rgb(119,148,117); }

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