#6F796E

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

Shades of Davy's Grey #6F796E

Tints of Davy's Grey #6F796E

Color information

#6F796E (or 0x6F796E) is unknown color: approx Davy's Grey. HEX triplet: 6F, 79 and 6E. RGB value is (111,121,110). Sum of RGB (Red+Green+Blue) = 111+121+110=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 121 - color contains mainly: green. Hex color #6F796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F796E is #908691. Grayscale: #747474. Windows color (decimal): -9471634 or 7240047. OLE color: 7240047.

HSL color Cylindrical-coordinate representation of color #6F796E: hue angle of 114.55º 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 #6F796E is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB111121110-
CMYK0.0800.090.53
HSL114.55º4.76%45.29%-
HSV(B)114.55º9.09%47.45%-
XYZ16.2118.1817.41-
YUV116.76124.19123.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.46%
GREEN value IS 121 (47.66% from 255) = 35.38%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=32.46%
G=35.38%
B=32.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1111211100.0800.090.53114.554.7645.29
Hex6F796E809357352d
Octal1571711561001165163555
Binary1101111111100111011101000010011101011110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,121,110); }

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

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

 a { background-color: rgb(111,121,110); }

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

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

 span { border-color: rgb(111,121,110); }

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