#74784F

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

Shades of Finch #74784F

Tints of Finch #74784F

Color information

#74784F (or 0x74784F) is unknown color: approx Finch. HEX triplet: 74, 78 and 4F. RGB value is (116,120,79). Sum of RGB (Red+Green+Blue) = 116+120+79=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #74784F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74784F is #8B87B0. Grayscale: #727272. Windows color (decimal): -9144241 or 5208180. OLE color: 5208180.

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

Color convert

RGB11612079-
CMYK0.0300.340.53
HSL65.85º20.6%39.02%-
HSV(B)65.85º34.17%47.06%-
XYZ15.3317.7110.01-
YUV114.13108.17129.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=36.83%
G=38.10%
B=25.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120790.0300.340.5365.8520.639.02
Hex74784F302235421527
Octal1641701173042651022547
Binary111010011110001001111110100010110101100001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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