#777361

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

Shades of Flint #777361

Tints of Flint #777361

Color information

#777361 (or 0x777361) is unknown color: approx Flint. HEX triplet: 77, 73 and 61. RGB value is (119,115,97). Sum of RGB (Red+Green+Blue) = 119+115+97=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #777361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777361 is #888C9E. Grayscale: #727272. Windows color (decimal): -8948895 or 6386551. OLE color: 6386551.

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

Color convert

RGB11911597-
CMYK00.030.180.53
HSL49.09º10.19%42.35%-
HSV(B)49.09º18.49%46.67%-
XYZ15.917.0513.76-
YUV114.14118.33131.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=35.95%
G=34.74%
B=29.31%

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
Decimal1191159700.030.180.5349.0910.1942.35
Hex77736103123531a2a
Octal167163141032265611252
Binary111011111100111100001011100101101011100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777361; }

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

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

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

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

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

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

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

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