#73764C

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

Shades of Finch #73764C

Tints of Finch #73764C

Color information

#73764C (or 0x73764C) is unknown color: approx Finch. HEX triplet: 73, 76 and 4C. RGB value is (115,118,76). Sum of RGB (Red+Green+Blue) = 115+118+76=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #73764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73764C is #8C89B3. Grayscale: #707070. Windows color (decimal): -9210292 or 5011059. OLE color: 5011059.

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

Color convert

RGB11511876-
CMYK0.0300.360.54
HSL64.29º21.65%38.04%-
HSV(B)64.29º35.59%46.27%-
XYZ14.8517.129.36-
YUV112.31107.51129.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 118 (46.48% from 255) = 38.19%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=37.22%
G=38.19%
B=24.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115118760.0300.360.5464.2921.6538.04
Hex73764C302436401626
Octal1631661143044661002646
Binary111001111101101001100110100100110110100000010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,118,76); }

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

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

 a { background-color: rgb(115,118,76); }

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

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

 span { border-color: rgb(115,118,76); }

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