#73764E

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

Shades of Finch #73764E

Tints of Finch #73764E

Color information

#73764E (or 0x73764E) is unknown color: approx Finch. HEX triplet: 73, 76 and 4E. RGB value is (115,118,78). Sum of RGB (Red+Green+Blue) = 115+118+78=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #73764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73764E is #8C89B1. Grayscale: #707070. Windows color (decimal): -9210290 or 5142131. OLE color: 5142131.

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

Color convert

RGB11511878-
CMYK0.0300.340.54
HSL64.5º20.41%38.43%-
HSV(B)64.5º33.9%46.27%-
XYZ14.9217.159.73-
YUV112.54108.51129.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.98%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=36.98%
G=37.94%
B=25.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115118780.0300.340.5464.520.4138.43
Hex73764E302236401426
Octal1631661163042661002446
Binary111001111101101001110110100010110110100000010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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