#747747

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

Shades of Finch #747747

Tints of Finch #747747

Color information

#747747 (or 0x747747) is unknown color: approx Finch. HEX triplet: 74, 77 and 47. RGB value is (116,119,71). Sum of RGB (Red+Green+Blue) = 116+119+71=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #747747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747747 is #8B88B8. Grayscale: #707070. Windows color (decimal): -9144505 or 4683636. OLE color: 4683636.

HSL color Cylindrical-coordinate representation of color #747747: hue angle of 63.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747747 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB11611971-
CMYK0.0300.400.53
HSL63.75º25.26%37.25%-
HSV(B)63.75º40.34%46.67%-
XYZ14.9417.368.53-
YUV112.63104.51130.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 71 (28.12% from 255) = 23.20%
R=37.91%
G=38.89%
B=23.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119710.0300.400.5363.7525.2637.25
Hex747747302835401925
Octal1641671073050651003145
Binary111010011101111000111110101000110101100000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747747; }

 p { color: rgb(116,119,71); }

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

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

 a { background-color: rgb(116,119,71); }

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

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

 span { border-color: rgb(116,119,71); }

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