#76725C

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

Shades of Flint #76725C

Tints of Flint #76725C

Color information

#76725C (or 0x76725C) is unknown color: approx Flint. HEX triplet: 76, 72 and 5C. RGB value is (118,114,92). Sum of RGB (Red+Green+Blue) = 118+114+92=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #76725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76725C is #898DA3. Grayscale: #707070. Windows color (decimal): -9014692 or 6058614. OLE color: 6058614.

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

Color convert

RGB11811492-
CMYK00.030.220.54
HSL50.77º12.38%41.18%-
HSV(B)50.77º22.03%46.27%-
XYZ15.4216.6612.53-
YUV112.69116.33131.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=36.42%
G=35.19%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181149200.030.220.5450.7712.3841.18
Hex76725C03163633c29
Octal166162134032666631451
Binary111011011100101011100011101101101101100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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