#74755A

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

Shades of Finch #74755A

Tints of Finch #74755A

Color information

#74755A (or 0x74755A) is unknown color: approx Finch. HEX triplet: 74, 75 and 5A. RGB value is (116,117,90). Sum of RGB (Red+Green+Blue) = 116+117+90=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 117 - color contains mainly: green. Hex color #74755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74755A is #8B8AA5. Grayscale: #717171. Windows color (decimal): -9144998 or 5928308. OLE color: 5928308.

HSL color Cylindrical-coordinate representation of color #74755A: hue angle of 62.22º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74755A is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB11611790-
CMYK0.0100.230.54
HSL62.22º13.04%40.59%-
HSV(B)62.22º23.08%45.88%-
XYZ15.4117.1712.18-
YUV113.62114.67129.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=35.91%
G=36.22%
B=27.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116117900.0100.230.5462.2213.0440.59
Hex74755A1017363ed29
Octal164165132102766761551
Binary11101001110101101101010101111101101111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,117,90); }

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

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

 a { background-color: rgb(116,117,90); }

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

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

 span { border-color: rgb(116,117,90); }

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