#74824E

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

Shades of Finch #74824E

Tints of Finch #74824E

Color information

#74824E (or 0x74824E) is unknown color: approx Finch. HEX triplet: 74, 82 and 4E. RGB value is (116,130,78). Sum of RGB (Red+Green+Blue) = 116+130+78=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #74824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74824E is #8B7DB1. Grayscale: #787878. Windows color (decimal): -9141682 or 5145204. OLE color: 5145204.

HSL color Cylindrical-coordinate representation of color #74824E: hue angle of 76.15º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74824E is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB11613078-
CMYK0.1100.400.49
HSL76.15º25%40.78%-
HSV(B)76.15º40%50.98%-
XYZ16.5620.2310.24-
YUV119.89104.36125.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=35.80%
G=40.12%
B=24.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130780.1100.400.4976.152540.78
Hex74824EB028314c1929
Octal16420211613050611143151
Binary111010010000010100111010110101000110001100110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,130,78); }

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

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

 a { background-color: rgb(116,130,78); }

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

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

 span { border-color: rgb(116,130,78); }

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