#76795C

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

Shades of Finch #76795C

Tints of Finch #76795C

Color information

#76795C (or 0x76795C) is unknown color: approx Finch. HEX triplet: 76, 79 and 5C. RGB value is (118,121,92). Sum of RGB (Red+Green+Blue) = 118+121+92=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 121 - color contains mainly: green. Hex color #76795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76795C is #8986A3. Grayscale: #747474. Windows color (decimal): -9012900 or 6060406. OLE color: 6060406.

HSL color Cylindrical-coordinate representation of color #76795C: hue angle of 66.21º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76795C is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB11812192-
CMYK0.0200.240.53
HSL66.21º13.62%41.76%-
HSV(B)66.21º23.97%47.45%-
XYZ16.2418.312.8-
YUV116.8114.01128.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 121 (47.66% from 255) = 36.56%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=35.65%
G=36.56%
B=27.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118121920.0200.240.5366.2113.6241.76
Hex76795C20183542e2a
Octal1661711342030651021652
Binary1110110111100110111001001100011010110000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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