#767161

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

Shades of Flint #767161

Tints of Flint #767161

Color information

#767161 (or 0x767161) is unknown color: approx Flint. HEX triplet: 76, 71 and 61. RGB value is (118,113,97). Sum of RGB (Red+Green+Blue) = 118+113+97=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #767161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767161 is #898E9E. Grayscale: #707070. Windows color (decimal): -9014943 or 6386038. OLE color: 6386038.

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

Color convert

RGB11811397-
CMYK00.040.180.54
HSL45.71º9.77%42.16%-
HSV(B)45.71º17.8%46.27%-
XYZ15.5316.5213.68-
YUV112.67119.16131.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 113 (44.53% from 255) = 34.45%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=35.98%
G=34.45%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181139700.040.180.5445.719.7742.16
Hex7671610412362ea2a
Octal166161141042266561252
Binary1110110111000111000010100100101101101011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767161; }

 p { color: rgb(118,113,97); }

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

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

 a { background-color: rgb(118,113,97); }

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

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

 span { border-color: rgb(118,113,97); }

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