#747952

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

Shades of Finch #747952

Tints of Finch #747952

Color information

#747952 (or 0x747952) is unknown color: approx Finch. HEX triplet: 74, 79 and 52. RGB value is (116,121,82). Sum of RGB (Red+Green+Blue) = 116+121+82=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #747952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747952 is #8B86AD. Grayscale: #737373. Windows color (decimal): -9143982 or 5405044. OLE color: 5405044.

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

Color convert

RGB11612182-
CMYK0.0400.320.53
HSL67.69º19.21%39.8%-
HSV(B)67.69º32.23%47.45%-
XYZ15.561810.64-
YUV115.06109.34128.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=36.36%
G=37.93%
B=25.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121820.0400.320.5367.6919.2139.8
Hex747952402035441328
Octal1641711224040651042350
Binary1110100111100110100101000100000110101100010010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747952; }

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

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

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

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

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

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

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

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