#76725F

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

Shades of Flint #76725F

Tints of Flint #76725F

Color information

#76725F (or 0x76725F) is unknown color: approx Flint. HEX triplet: 76, 72 and 5F. RGB value is (118,114,95). Sum of RGB (Red+Green+Blue) = 118+114+95=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #76725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76725F is #898DA0. Grayscale: #717171. Windows color (decimal): -9014689 or 6255222. OLE color: 6255222.

HSL color Cylindrical-coordinate representation of color #76725F: hue angle of 49.57º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76725F is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB11811495-
CMYK00.030.190.54
HSL49.57º10.8%41.76%-
HSV(B)49.57º19.49%46.27%-
XYZ15.5516.7113.23-
YUV113.03117.83131.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=36.09%
G=34.86%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181149500.030.190.5449.5710.841.76
Hex76725F03133632b2a
Octal166162137032366621352
Binary111011011100101011111011100111101101100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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