#777261

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

Shades of Flint #777261

Tints of Flint #777261

Color information

#777261 (or 0x777261) is unknown color: approx Flint. HEX triplet: 77, 72 and 61. RGB value is (119,114,97). Sum of RGB (Red+Green+Blue) = 119+114+97=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #777261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777261 is #888D9E. Grayscale: #717171. Windows color (decimal): -8949151 or 6386295. OLE color: 6386295.

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

Color convert

RGB11911497-
CMYK00.040.180.53
HSL46.36º10.19%42.35%-
HSV(B)46.36º18.49%46.67%-
XYZ15.7816.8213.72-
YUV113.56118.66131.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=36.06%
G=34.55%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191149700.040.180.5346.3610.1942.35
Hex7772610412352ea2a
Octal167162141042265561252
Binary1110111111001011000010100100101101011011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777261; }

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

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

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

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

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

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

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

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