#74785A

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

Shades of Finch #74785A

Tints of Finch #74785A

Color information

#74785A (or 0x74785A) is unknown color: approx Finch. HEX triplet: 74, 78 and 5A. RGB value is (116,120,90). Sum of RGB (Red+Green+Blue) = 116+120+90=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 120 - color contains mainly: green. Hex color #74785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74785A is #8B87A5. Grayscale: #737373. Windows color (decimal): -9144230 or 5929076. OLE color: 5929076.

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

Color convert

RGB11612090-
CMYK0.0300.250.53
HSL68º14.29%41.18%-
HSV(B)68º25%47.06%-
XYZ15.7617.8812.29-
YUV115.38113.67128.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=35.58%
G=36.81%
B=27.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120900.0300.250.536814.2941.18
Hex74785A30193544e29
Octal1641701323031651041651
Binary1110100111100010110101101100111010110001001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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