#74775C

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

Shades of Finch #74775C

Tints of Finch #74775C

Color information

#74775C (or 0x74775C) is unknown color: approx Finch. HEX triplet: 74, 77 and 5C. RGB value is (116,119,92). Sum of RGB (Red+Green+Blue) = 116+119+92=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 119 - color contains mainly: green. Hex color #74775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74775C is #8B88A3. Grayscale: #737373. Windows color (decimal): -9144484 or 6059892. OLE color: 6059892.

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

Color convert

RGB11611992-
CMYK0.0300.230.53
HSL66.67º12.8%41.37%-
HSV(B)66.67º22.69%46.67%-
XYZ15.7317.6812.71-
YUV115.02115.01128.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 92 (36.33% from 255) = 28.13%
R=35.47%
G=36.39%
B=28.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119920.0300.230.5366.6712.841.37
Hex74775C30173543d29
Octal1641671343027651031551
Binary1110100111011110111001101011111010110000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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