#767465

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

Shades of Flint #767465

Tints of Flint #767465

Color information

#767465 (or 0x767465) is unknown color: approx Flint. HEX triplet: 76, 74 and 65. RGB value is (118,116,101). Sum of RGB (Red+Green+Blue) = 118+116+101=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #767465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767465 is #898B9A. Grayscale: #727272. Windows color (decimal): -9014171 or 6648950. OLE color: 6648950.

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

Color convert

RGB118116101-
CMYK00.020.140.54
HSL52.94º7.76%42.94%-
HSV(B)52.94º14.41%46.27%-
XYZ16.0717.2814.8-
YUV114.89120.16130.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=35.22%
G=34.63%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811610100.020.140.5452.947.7642.94
Hex76746502E363582b
Octal166164145021666651053
Binary11101101110100110010101011101101101101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767465; }

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

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

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

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

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

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

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

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