#6D776D

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

Shades of Davy's Grey #6D776D

Tints of Davy's Grey #6D776D

Color information

#6D776D (or 0x6D776D) is unknown color: approx Davy's Grey. HEX triplet: 6D, 77 and 6D. RGB value is (109,119,109). Sum of RGB (Red+Green+Blue) = 109+119+109=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 119 - color contains mainly: green. Hex color #6D776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D776D is #928892. Grayscale: #727272. Windows color (decimal): -9603219 or 7173997. OLE color: 7173997.

HSL color Cylindrical-coordinate representation of color #6D776D: hue angle of 120º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D776D is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB109119109-
CMYK0.0800.080.53
HSL120º4.39%44.71%-
HSV(B)120º8.4%46.67%-
XYZ15.6617.5517.03-
YUV114.87124.69123.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.34%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 109 (42.97% from 255) = 32.34%
R=32.34%
G=35.31%
B=32.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091191090.0800.080.531204.3944.71
Hex6D776D808357842d
Octal1551671551001065170455
Binary1101101111011111011011000010001101011111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D776D; }

 p { color: rgb(109,119,109); }

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

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

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

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

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

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

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