#747954

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

Shades of Finch #747954

Tints of Finch #747954

Color information

#747954 (or 0x747954) is unknown color: approx Finch. HEX triplet: 74, 79 and 54. RGB value is (116,121,84). Sum of RGB (Red+Green+Blue) = 116+121+84=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 121 - color contains mainly: green. Hex color #747954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747954 is #8B86AB. Grayscale: #737373. Windows color (decimal): -9143980 or 5536116. OLE color: 5536116.

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

Color convert

RGB11612184-
CMYK0.0400.310.53
HSL68.11º18.05%40.2%-
HSV(B)68.11º30.58%47.45%-
XYZ15.6418.0311.04-
YUV115.29110.34128.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 121 (47.66% from 255) = 37.69%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=36.14%
G=37.69%
B=26.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121840.0400.310.5368.1118.0540.2
Hex747954401F35441228
Octal1641711244037651042250
Binary111010011110011010100100011111110101100010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747954; }

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

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

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

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

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

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

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

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