#707065

Color #707065 Flint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flint #707065

Tints of Flint #707065

Color information

#707065 (or 0x707065) is unknown color: approx Flint. HEX triplet: 70, 70 and 65. RGB value is (112,112,101). Sum of RGB (Red+Green+Blue) = 112+112+101=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707065 is #8F8F9A. Grayscale: #6E6E6E. Windows color (decimal): -9408411 or 6647920. OLE color: 6647920.

HSL color Cylindrical-coordinate representation of color #707065: hue angle of 60º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #707065 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB112112101-
CMYK000.100.56
HSL60º5.16%41.76%-
HSV(B)60º9.82%43.92%-
XYZ14.8315.9714.61-
YUV110.75122.5128.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 101 (39.84% from 255) = 31.08%
R=34.46%
G=34.46%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112112101000.100.56605.1641.76
Hex70706500A383c52a
Octal16016014500127074552
Binary111000011100001100101001010111000111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707065; }

 p { color: rgb(112,112,101); }

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

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

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

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

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

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

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