#747552

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

Shades of Finch #747552

Tints of Finch #747552

Color information

#747552 (or 0x747552) is unknown color: approx Finch. HEX triplet: 74, 75 and 52. RGB value is (116,117,82). Sum of RGB (Red+Green+Blue) = 116+117+82=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #747552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747552 is #8B8AAD. Grayscale: #707070. Windows color (decimal): -9145006 or 5404020. OLE color: 5404020.

HSL color Cylindrical-coordinate representation of color #747552: hue angle of 61.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #747552 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB11611782-
CMYK0.0100.300.54
HSL61.71º17.59%39.02%-
HSV(B)61.71º29.91%45.88%-
XYZ15.0917.0410.48-
YUV112.71110.67130.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=36.83%
G=37.14%
B=26.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116117820.0100.300.5461.7117.5939.02
Hex747552101E363e1227
Octal164165122103666762247
Binary111010011101011010010101111011011011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747552; }

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

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

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

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

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

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

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

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