#777260

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

Shades of Flint #777260

Tints of Flint #777260

Color information

#777260 (or 0x777260) is unknown color: approx Flint. HEX triplet: 77, 72 and 60. RGB value is (119,114,96). Sum of RGB (Red+Green+Blue) = 119+114+96=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #777260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777260 is #888D9F. Grayscale: #717171. Windows color (decimal): -8949152 or 6320759. OLE color: 6320759.

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

Color convert

RGB11911496-
CMYK00.040.190.53
HSL46.96º10.7%42.16%-
HSV(B)46.96º19.33%46.67%-
XYZ15.7416.813.48-
YUV113.44118.16131.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=36.17%
G=34.65%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191149600.040.190.5346.9610.742.16
Hex7772600413352fb2a
Octal167162140042365571352
Binary1110111111001011000000100100111101011011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777260; }

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

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

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

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

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

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

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

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