#767362

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

Shades of Flint #767362

Tints of Flint #767362

Color information

#767362 (or 0x767362) is unknown color: approx Flint. HEX triplet: 76, 73 and 62. RGB value is (118,115,98). Sum of RGB (Red+Green+Blue) = 118+115+98=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #767362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767362 is #898C9D. Grayscale: #727272. Windows color (decimal): -9014430 or 6452086. OLE color: 6452086.

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

Color convert

RGB11811598-
CMYK00.030.170.54
HSL51º9.26%42.35%-
HSV(B)51º16.95%46.27%-
XYZ15.8116.9914-
YUV113.96118.99130.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=35.65%
G=34.74%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181159800.030.170.54519.2642.35
Hex7673620311363392a
Octal166163142032166631152
Binary111011011100111100010011100011101101100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767362; }

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

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

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

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

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

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

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

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