#74784E

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

Shades of Finch #74784E

Tints of Finch #74784E

Color information

#74784E (or 0x74784E) is unknown color: approx Finch. HEX triplet: 74, 78 and 4E. RGB value is (116,120,78). Sum of RGB (Red+Green+Blue) = 116+120+78=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #74784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74784E is #8B87B1. Grayscale: #727272. Windows color (decimal): -9144242 or 5142644. OLE color: 5142644.

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

Color convert

RGB11612078-
CMYK0.0300.350.53
HSL65.71º21.21%38.82%-
HSV(B)65.71º35%47.06%-
XYZ15.2917.79.82-
YUV114.02107.67129.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=36.94%
G=38.22%
B=24.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120780.0300.350.5365.7121.2138.82
Hex74784E302335421527
Octal1641701163043651022547
Binary111010011110001001110110100011110101100001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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