#707F6F

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

Shades of Davy's Grey #707F6F

Tints of Davy's Grey #707F6F

Color information

#707F6F (or 0x707F6F) is unknown color: approx Davy's Grey. HEX triplet: 70, 7F and 6F. RGB value is (112,127,111). Sum of RGB (Red+Green+Blue) = 112+127+111=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 127 - color contains mainly: green. Hex color #707F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F6F is #8F8090. Grayscale: #787878. Windows color (decimal): -9404561 or 7307120. OLE color: 7307120.

HSL color Cylindrical-coordinate representation of color #707F6F: hue angle of 116.25º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #707F6F is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB112127111-
CMYK0.1200.130.50
HSL116.25º6.72%46.67%-
HSV(B)116.25º12.6%49.8%-
XYZ17.1419.7717.95-
YUV120.69122.53121.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 127 (50% from 255) = 36.29%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=32%
G=36.29%
B=31.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1121271110.1200.130.50116.256.7246.67
Hex707F6FC0D327472f
Octal1601771571401562164757
Binary1110000111111111011111100011011100101110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707F6F; }

 p { color: rgb(112,127,111); }

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

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

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

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

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

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

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