#6C776C

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

Shades of Davy's Grey #6C776C

Tints of Davy's Grey #6C776C

Color information

#6C776C (or 0x6C776C) is unknown color: approx Davy's Grey. HEX triplet: 6C, 77 and 6C. RGB value is (108,119,108). Sum of RGB (Red+Green+Blue) = 108+119+108=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #6C776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C776C is #938893. Grayscale: #727272. Windows color (decimal): -9668756 or 7108460. OLE color: 7108460.

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

Color convert

RGB108119108-
CMYK0.0900.090.53
HSL120º4.85%44.51%-
HSV(B)120º9.24%46.67%-
XYZ15.4917.4616.74-
YUV114.46124.36123.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.24%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=32.24%
G=35.52%
B=32.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1081191080.0900.090.531204.8544.51
Hex6C776C909357852d
Octal1541671541101165170555
Binary1101100111011111011001001010011101011111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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