#707066

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

Shades of Flint #707066

Tints of Flint #707066

Color information

#707066 (or 0x707066) is unknown color: approx Flint. HEX triplet: 70, 70 and 66. RGB value is (112,112,102). Sum of RGB (Red+Green+Blue) = 112+112+102=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707066 is #8F8F99. Grayscale: #6E6E6E. Windows color (decimal): -9408410 or 6713456. OLE color: 6713456.

HSL color Cylindrical-coordinate representation of color #707066: 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.09%. Process color model (Four color, CMYK) of #707066 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB112112102-
CMYK000.090.56
HSL60º4.67%41.96%-
HSV(B)60º8.93%43.92%-
XYZ14.8715.9914.87-
YUV110.86123128.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=34.36%
G=34.36%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112112102000.090.56604.6741.96
Hex707066009383c52a
Octal16016014600117074552
Binary111000011100001100110001001111000111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707066; }

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

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

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

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

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

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

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

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