#747854

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

Shades of Finch #747854

Tints of Finch #747854

Color information

#747854 (or 0x747854) is unknown color: approx Finch. HEX triplet: 74, 78 and 54. RGB value is (116,120,84). Sum of RGB (Red+Green+Blue) = 116+120+84=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 120 - color contains mainly: green. Hex color #747854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747854 is #8B87AB. Grayscale: #727272. Windows color (decimal): -9144236 or 5535860. OLE color: 5535860.

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

Color convert

RGB11612084-
CMYK0.0300.30.53
HSL66.67º17.65%40%-
HSV(B)66.67º30%47.06%-
XYZ15.5217.7911-
YUV114.7110.67128.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 120 (47.27% from 255) = 37.5%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=36.25%
G=37.5%
B=26.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120840.0300.30.5366.6717.6540
Hex747854301E35431228
Octal1641701243036651032250
Binary11101001111000101010011011110110101100001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747854; }

 p { color: rgb(116,120,84); }

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

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

 a { background-color: rgb(116,120,84); }

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

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

 span { border-color: rgb(116,120,84); }

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