#73764F

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

Shades of Finch #73764F

Tints of Finch #73764F

Color information

#73764F (or 0x73764F) is unknown color: approx Finch. HEX triplet: 73, 76 and 4F. RGB value is (115,118,79). Sum of RGB (Red+Green+Blue) = 115+118+79=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #73764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73764F is #8C89B0. Grayscale: #707070. Windows color (decimal): -9210289 or 5207667. OLE color: 5207667.

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

Color convert

RGB11511879-
CMYK0.0300.330.54
HSL64.62º19.8%38.63%-
HSV(B)64.62º33.05%46.27%-
XYZ14.9617.179.92-
YUV112.66109.01129.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.86%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 79 (31.25% from 255) = 25.32%
R=36.86%
G=37.82%
B=25.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115118790.0300.330.5464.6219.838.63
Hex73764F302136411427
Octal1631661173041661012447
Binary111001111101101001111110100001110110100000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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