#74794A

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

Shades of Finch #74794A

Tints of Finch #74794A

Color information

#74794A (or 0x74794A) is unknown color: approx Finch. HEX triplet: 74, 79 and 4A. RGB value is (116,121,74). Sum of RGB (Red+Green+Blue) = 116+121+74=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #74794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74794A is #8B86B5. Grayscale: #727272. Windows color (decimal): -9143990 or 4880756. OLE color: 4880756.

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

Color convert

RGB11612174-
CMYK0.0400.390.53
HSL66.38º24.1%38.24%-
HSV(B)66.38º38.84%47.45%-
XYZ15.2817.889.13-
YUV114.15105.34129.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=37.30%
G=38.91%
B=23.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121740.0400.390.5366.3824.138.24
Hex74794A402735421826
Octal1641711124047651023046
Binary1110100111100110010101000100111110101100001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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