#77725C

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

Shades of Flint #77725C

Tints of Flint #77725C

Color information

#77725C (or 0x77725C) is unknown color: approx Flint. HEX triplet: 77, 72 and 5C. RGB value is (119,114,92). Sum of RGB (Red+Green+Blue) = 119+114+92=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #77725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77725C is #888DA3. Grayscale: #717171. Windows color (decimal): -8949156 or 6058615. OLE color: 6058615.

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

Color convert

RGB11911492-
CMYK00.040.230.53
HSL48.89º12.8%41.37%-
HSV(B)48.89º22.69%46.67%-
XYZ15.5616.7312.53-
YUV112.99116.16132.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=36.62%
G=35.08%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191149200.040.230.5348.8912.841.37
Hex77725C04173531d29
Octal167162134042765611551
Binary1110111111001010111000100101111101011100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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