#747652

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

Shades of Finch #747652

Tints of Finch #747652

Color information

#747652 (or 0x747652) is unknown color: approx Finch. HEX triplet: 74, 76 and 52. RGB value is (116,118,82). Sum of RGB (Red+Green+Blue) = 116+118+82=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #747652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747652 is #8B89AD. Grayscale: #717171. Windows color (decimal): -9144750 or 5404276. OLE color: 5404276.

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

Color convert

RGB11611882-
CMYK0.0200.310.54
HSL63.33º18%39.22%-
HSV(B)63.33º30.51%46.27%-
XYZ15.217.2810.52-
YUV113.3110.34129.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.71%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 82 (32.42% from 255) = 25.95%
R=36.71%
G=37.34%
B=25.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118820.0200.310.5463.331839.22
Hex747652201F363f1227
Octal164166122203766772247
Binary1110100111011010100101001111111011011111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747652; }

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

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

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

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

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

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

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

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