#767360

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

Shades of Flint #767360

Tints of Flint #767360

Color information

#767360 (or 0x767360) is unknown color: approx Flint. HEX triplet: 76, 73 and 60. RGB value is (118,115,96). Sum of RGB (Red+Green+Blue) = 118+115+96=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #767360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767360 is #898C9F. Grayscale: #717171. Windows color (decimal): -9014432 or 6321014. OLE color: 6321014.

HSL color Cylindrical-coordinate representation of color #767360: hue angle of 51.82º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #767360 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB11811596-
CMYK00.030.190.54
HSL51.82º10.28%41.96%-
HSV(B)51.82º18.64%46.27%-
XYZ15.7116.9613.51-
YUV113.73117.99131.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=35.87%
G=34.95%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181159600.030.190.5451.8210.2841.96
Hex76736003133634a2a
Octal166163140032366641252
Binary111011011100111100000011100111101101101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767360; }

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

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

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

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

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

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

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

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