#747852

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

Shades of Finch #747852

Tints of Finch #747852

Color information

#747852 (or 0x747852) is unknown color: approx Finch. HEX triplet: 74, 78 and 52. RGB value is (116,120,82). Sum of RGB (Red+Green+Blue) = 116+120+82=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 120 - color contains mainly: green. Hex color #747852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747852 is #8B87AD. Grayscale: #727272. Windows color (decimal): -9144238 or 5404788. OLE color: 5404788.

HSL color Cylindrical-coordinate representation of color #747852: hue angle of 66.32º 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 #747852 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB11612082-
CMYK0.0300.320.53
HSL66.32º18.81%39.61%-
HSV(B)66.32º31.67%47.06%-
XYZ15.4417.7610.6-
YUV114.47109.67129.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=36.48%
G=37.74%
B=25.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120820.0300.320.5366.3218.8139.61
Hex747852302035421328
Octal1641701223040651022350
Binary111010011110001010010110100000110101100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747852; }

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

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

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

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

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

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

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

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