#77725F

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

Shades of Flint #77725F

Tints of Flint #77725F

Color information

#77725F (or 0x77725F) is unknown color: approx Flint. HEX triplet: 77, 72 and 5F. RGB value is (119,114,95). Sum of RGB (Red+Green+Blue) = 119+114+95=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #77725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77725F is #888DA0. Grayscale: #717171. Windows color (decimal): -8949153 or 6255223. OLE color: 6255223.

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

Color convert

RGB11911495-
CMYK00.040.200.53
HSL47.5º11.21%41.96%-
HSV(B)47.5º20.17%46.67%-
XYZ15.6916.7813.24-
YUV113.33117.66132.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=36.28%
G=34.76%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191149500.040.200.5347.511.2141.96
Hex77725F04143530b2a
Octal167162137042465601352
Binary1110111111001010111110100101001101011100001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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