#6F7A6F

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

Shades of Davy's Grey #6F7A6F

Tints of Davy's Grey #6F7A6F

Color information

#6F7A6F (or 0x6F7A6F) is unknown color: approx Davy's Grey. HEX triplet: 6F, 7A and 6F. RGB value is (111,122,111). Sum of RGB (Red+Green+Blue) = 111+122+111=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 122 - color contains mainly: green. Hex color #6F7A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7A6F is #908590. Grayscale: #757575. Windows color (decimal): -9471377 or 7305839. OLE color: 7305839.

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

Color convert

RGB111122111-
CMYK0.0900.090.52
HSL120º4.72%45.69%-
HSV(B)120º9.02%47.84%-
XYZ16.3818.4517.74-
YUV117.46124.36123.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.27%
GREEN value IS 122 (48.05% from 255) = 35.47%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=32.27%
G=35.47%
B=32.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1111221110.0900.090.521204.7245.69
Hex6F7A6F909347852e
Octal1571721571101164170556
Binary1101111111101011011111001010011101001111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,122,111); }

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

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

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

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

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

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

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