#77725E

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

Shades of Flint #77725E

Tints of Flint #77725E

Color information

#77725E (or 0x77725E) is unknown color: approx Flint. HEX triplet: 77, 72 and 5E. RGB value is (119,114,94). Sum of RGB (Red+Green+Blue) = 119+114+94=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #77725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77725E is #888DA1. Grayscale: #717171. Windows color (decimal): -8949154 or 6189687. OLE color: 6189687.

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

Color convert

RGB11911494-
CMYK00.040.210.53
HSL48º11.74%41.76%-
HSV(B)48º21.01%46.67%-
XYZ15.6516.7613-
YUV113.22117.16132.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=36.39%
G=34.86%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191149400.040.210.534811.7441.76
Hex77725E04153530c2a
Octal167162136042565601452
Binary1110111111001010111100100101011101011100001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77725E; }

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

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

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

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

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

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

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

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