#74784A

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

Shades of Finch #74784A

Tints of Finch #74784A

Color information

#74784A (or 0x74784A) is unknown color: approx Finch. HEX triplet: 74, 78 and 4A. RGB value is (116,120,74). Sum of RGB (Red+Green+Blue) = 116+120+74=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #74784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74784A is #8B87B5. Grayscale: #717171. Windows color (decimal): -9144246 or 4880500. OLE color: 4880500.

HSL color Cylindrical-coordinate representation of color #74784A: hue angle of 65.22º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74784A is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB11612074-
CMYK0.0300.380.53
HSL65.22º23.71%38.04%-
HSV(B)65.22º38.33%47.06%-
XYZ15.1517.649.08-
YUV113.56105.67129.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=37.42%
G=38.71%
B=23.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120740.0300.380.5365.2223.7138.04
Hex74784A302635411826
Octal1641701123046651013046
Binary111010011110001001010110100110110101100000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74784A; }

 p { color: rgb(116,120,74); }

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

<style>
 a { background-color: #74784A; }

 a { background-color: rgb(116,120,74); }

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

<style>
 span { border-color: #74784A; }

 span { border-color: rgb(116,120,74); }

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