#767261

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

Shades of Flint #767261

Tints of Flint #767261

Color information

#767261 (or 0x767261) is unknown color: approx Flint. HEX triplet: 76, 72 and 61. RGB value is (118,114,97). Sum of RGB (Red+Green+Blue) = 118+114+97=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #767261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767261 is #898D9E. Grayscale: #717171. Windows color (decimal): -9014687 or 6386294. OLE color: 6386294.

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

Color convert

RGB11811497-
CMYK00.030.180.54
HSL48.57º9.77%42.16%-
HSV(B)48.57º17.8%46.27%-
XYZ15.6516.7513.72-
YUV113.26118.83131.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=35.87%
G=34.65%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181149700.030.180.5448.579.7742.16
Hex76726103123631a2a
Octal166162141032266611252
Binary111011011100101100001011100101101101100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767261; }

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

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

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

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

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

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

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

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