#767464

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

Shades of Flint #767464

Tints of Flint #767464

Color information

#767464 (or 0x767464) is unknown color: approx Flint. HEX triplet: 76, 74 and 64. RGB value is (118,116,100). Sum of RGB (Red+Green+Blue) = 118+116+100=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #767464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767464 is #898B9B. Grayscale: #727272. Windows color (decimal): -9014172 or 6583414. OLE color: 6583414.

HSL color Cylindrical-coordinate representation of color #767464: hue angle of 53.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #767464 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB118116100-
CMYK00.020.150.54
HSL53.33º8.26%42.75%-
HSV(B)53.33º15.25%46.27%-
XYZ16.0217.2614.54-
YUV114.77119.66130.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=35.33%
G=34.73%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811610000.020.150.5453.338.2642.75
Hex76746402F363582b
Octal166164144021766651053
Binary11101101110100110010001011111101101101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767464; }

 p { color: rgb(118,116,100); }

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

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

 a { background-color: rgb(118,116,100); }

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

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

 span { border-color: rgb(118,116,100); }

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