#74784D

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

Shades of Finch #74784D

Tints of Finch #74784D

Color information

#74784D (or 0x74784D) is unknown color: approx Finch. HEX triplet: 74, 78 and 4D. RGB value is (116,120,77). Sum of RGB (Red+Green+Blue) = 116+120+77=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #74784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74784D is #8B87B2. Grayscale: #727272. Windows color (decimal): -9144243 or 5077108. OLE color: 5077108.

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

Color convert

RGB11612077-
CMYK0.0300.360.53
HSL65.58º21.83%38.63%-
HSV(B)65.58º35.83%47.06%-
XYZ15.2617.689.63-
YUV113.9107.17129.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=37.06%
G=38.34%
B=24.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120770.0300.360.5365.5821.8338.63
Hex74784D302435421627
Octal1641701153044651022647
Binary111010011110001001101110100100110101100001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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