#74775D

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

Shades of Finch #74775D

Tints of Finch #74775D

Color information

#74775D (or 0x74775D) is unknown color: approx Finch. HEX triplet: 74, 77 and 5D. RGB value is (116,119,93). Sum of RGB (Red+Green+Blue) = 116+119+93=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #74775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74775D is #8B88A2. Grayscale: #737373. Windows color (decimal): -9144483 or 6125428. OLE color: 6125428.

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

Color convert

RGB11611993-
CMYK0.0300.220.53
HSL66.92º12.26%41.57%-
HSV(B)66.92º21.85%46.67%-
XYZ15.7817.712.94-
YUV115.14115.51128.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.37%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=35.37%
G=36.28%
B=28.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119930.0300.220.5366.9212.2641.57
Hex74775D30163543c2a
Octal1641671353026651031452
Binary1110100111011110111011101011011010110000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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