#767364

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

Shades of Flint #767364

Tints of Flint #767364

Color information

#767364 (or 0x767364) is unknown color: approx Flint. HEX triplet: 76, 73 and 64. RGB value is (118,115,100). Sum of RGB (Red+Green+Blue) = 118+115+100=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #767364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767364 is #898C9B. Grayscale: #727272. Windows color (decimal): -9014428 or 6583158. OLE color: 6583158.

HSL color Cylindrical-coordinate representation of color #767364: hue angle of 50º 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 #767364 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB118115100-
CMYK00.030.150.54
HSL50º8.26%42.75%-
HSV(B)50º15.25%46.27%-
XYZ15.917.0314.51-
YUV114.19119.99130.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=35.44%
G=34.53%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811510000.030.150.54508.2642.75
Hex76736403F363282b
Octal166163144031766621053
Binary11101101110011110010001111111101101100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767364; }

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

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

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

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

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

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

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

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