#777461

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

Shades of Flint #777461

Tints of Flint #777461

Color information

#777461 (or 0x777461) is unknown color: approx Flint. HEX triplet: 77, 74 and 61. RGB value is (119,116,97). Sum of RGB (Red+Green+Blue) = 119+116+97=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #777461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777461 is #888B9E. Grayscale: #727272. Windows color (decimal): -8948639 or 6386807. OLE color: 6386807.

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

Color convert

RGB11911697-
CMYK00.030.180.53
HSL51.82º10.19%42.35%-
HSV(B)51.82º18.49%46.67%-
XYZ16.0117.2813.8-
YUV114.73117.99131.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 97 (38.28% from 255) = 29.22%
R=35.84%
G=34.94%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191169700.030.180.5351.8210.1942.35
Hex77746103123534a2a
Octal167164141032265641252
Binary111011111101001100001011100101101011101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777461; }

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

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

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

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

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

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

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

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