#747F58

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

Shades of Finch #747F58

Tints of Finch #747F58

Color information

#747F58 (or 0x747F58) is unknown color: approx Finch. HEX triplet: 74, 7F and 58. RGB value is (116,127,88). Sum of RGB (Red+Green+Blue) = 116+127+88=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 127 - color contains mainly: green. Hex color #747F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747F58 is #8B80A7. Grayscale: #777777. Windows color (decimal): -9142440 or 5799796. OLE color: 5799796.

HSL color Cylindrical-coordinate representation of color #747F58: hue angle of 76.92º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #747F58 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB11612788-
CMYK0.0900.310.50
HSL76.92º18.14%42.16%-
HSV(B)76.92º30.71%49.8%-
XYZ16.5519.612.14-
YUV119.26110.36125.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 127 (50% from 255) = 38.37%
BLUE value IS 88 (34.77% from 255) = 26.59%
R=35.05%
G=38.37%
B=26.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116127880.0900.310.5076.9218.1442.16
Hex747F58901F324d122a
Octal16417713011037621152252
Binary1110100111111110110001001011111110010100110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747F58; }

 p { color: rgb(116,127,88); }

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

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

 a { background-color: rgb(116,127,88); }

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

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

 span { border-color: rgb(116,127,88); }

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