#73764D

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

Shades of Finch #73764D

Tints of Finch #73764D

Color information

#73764D (or 0x73764D) is unknown color: approx Finch. HEX triplet: 73, 76 and 4D. RGB value is (115,118,77). Sum of RGB (Red+Green+Blue) = 115+118+77=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #73764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73764D is #8C89B2. Grayscale: #707070. Windows color (decimal): -9210291 or 5076595. OLE color: 5076595.

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

Color convert

RGB11511877-
CMYK0.0300.350.54
HSL64.39º21.03%38.24%-
HSV(B)64.39º34.75%46.27%-
XYZ14.8917.149.54-
YUV112.43108.01129.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=37.10%
G=38.06%
B=24.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115118770.0300.350.5464.3921.0338.24
Hex73764D302336401526
Octal1631661153043661002546
Binary111001111101101001101110100011110110100000010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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