#76725E

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

Shades of Flint #76725E

Tints of Flint #76725E

Color information

#76725E (or 0x76725E) is unknown color: approx Flint. HEX triplet: 76, 72 and 5E. RGB value is (118,114,94). Sum of RGB (Red+Green+Blue) = 118+114+94=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #76725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76725E is #898DA1. Grayscale: #717171. Windows color (decimal): -9014690 or 6189686. OLE color: 6189686.

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

Color convert

RGB11811494-
CMYK00.030.200.54
HSL50º11.32%41.57%-
HSV(B)50º20.34%46.27%-
XYZ15.5116.6912.99-
YUV112.92117.33131.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 94 (37.11% from 255) = 28.83%
R=36.20%
G=34.97%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181149400.030.200.545011.3241.57
Hex76725E03143632b2a
Octal166162136032466621352
Binary111011011100101011110011101001101101100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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