#74775E

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

Shades of Finch #74775E

Tints of Finch #74775E

Color information

#74775E (or 0x74775E) is unknown color: approx Finch. HEX triplet: 74, 77 and 5E. RGB value is (116,119,94). Sum of RGB (Red+Green+Blue) = 116+119+94=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #74775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74775E is #8B88A1. Grayscale: #737373. Windows color (decimal): -9144482 or 6190964. OLE color: 6190964.

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

Color convert

RGB11611994-
CMYK0.0300.210.53
HSL67.2º11.74%41.76%-
HSV(B)67.2º21.01%46.67%-
XYZ15.8217.7113.18-
YUV115.25116.01128.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=35.26%
G=36.17%
B=28.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119940.0300.210.5367.211.7441.76
Hex74775E30153543c2a
Octal1641671363025651031452
Binary1110100111011110111101101010111010110000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,119,94); }

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

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

 a { background-color: rgb(116,119,94); }

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

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

 span { border-color: rgb(116,119,94); }

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