#73785B

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

Shades of Finch #73785B

Tints of Finch #73785B

Color information

#73785B (or 0x73785B) is unknown color: approx Finch. HEX triplet: 73, 78 and 5B. RGB value is (115,120,91). Sum of RGB (Red+Green+Blue) = 115+120+91=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 120 - color contains mainly: green. Hex color #73785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73785B is #8C87A4. Grayscale: #737373. Windows color (decimal): -9209765 or 5994611. OLE color: 5994611.

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

Color convert

RGB11512091-
CMYK0.0400.240.53
HSL70.34º13.74%41.37%-
HSV(B)70.34º24.17%47.06%-
XYZ15.6817.8312.51-
YUV115.2114.34127.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=35.28%
G=36.81%
B=27.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115120910.0400.240.5370.3413.7441.37
Hex73785B40183546e29
Octal1631701334030651061651
Binary11100111111000101101110001100011010110001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73785B; }

 p { color: rgb(115,120,91); }

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

<style>
 a { background-color: #73785B; }

 a { background-color: rgb(115,120,91); }

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

<style>
 span { border-color: #73785B; }

 span { border-color: rgb(115,120,91); }

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